Instagram

INSTAGRAM_GET_USER_INFO

Get Instagram user info including profile details and statistics.

Remote instagram

Other tools also called INSTAGRAM_GET_USER_INFO? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "ig_user_id": {
      "type": "string",
      "title": "Ig User Id",
      "default": null,
      "nullable": true,
      "description": "Instagram Business Account ID (optional, defaults to current user)"
    },
    "graph_api_version": {
      "type": "string",
      "title": "Graph Api Version",
      "default": "v21.0",
      "nullable": true
    }
  }
}