INSTAGRAM_GET_POST_COMMENTS
Get comments on an Instagram post.
Remote instagram
Other tools also called INSTAGRAM_GET_POST_COMMENTS?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"after": {
"type": "string",
"title": "After",
"default": null,
"nullable": true,
"description": "Cursor for pagination - get comments after this cursor"
},
"limit": {
"type": "integer",
"title": "Limit",
"default": 25,
"maximum": 100,
"minimum": 1,
"nullable": true,
"description": "Number of comments to return (max 100)"
},
"ig_post_id": {
"type": "string",
"title": "Ig Post Id",
"description": "Instagram Post ID"
},
"graph_api_version": {
"type": "string",
"title": "Graph Api Version",
"default": "v21.0",
"nullable": true
}
}
}