INSTAGRAM_GET_USER_MEDIA
Get Instagram user's media (posts, photos, videos).
Remote instagram
Other tools also called INSTAGRAM_GET_USER_MEDIA?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"after": {
"type": "string",
"title": "After",
"default": null,
"nullable": true,
"description": "Cursor for pagination - get media after this cursor"
},
"limit": {
"type": "integer",
"title": "Limit",
"default": 25,
"maximum": 100,
"minimum": 1,
"nullable": true,
"description": "Number of media items to return (max 100)"
},
"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
}
}
}