list_commentsread onlyList comments
Returns comments on a profile’s published content. Facebook and Instagram only.
- Category
- Comments
- Calls
- GET/v1/comments
- Safe to auto-approve
- Yes. It only reads data.
Parameters
profileIdstringoptionalProfile to act on. Omit to use the profile this API key belongs to. Call list_profiles first when managing several customers.
platformenumoptionalOne of:facebookinstagram
accountIdstringoptionalThe `accountId` field from list_accounts, not `id`.
limitintegeroptionalcursorstringoptionalCursor from a previous response.
Example
A tool call as an MCP client would send it.
{
"name": "list_comments",
"arguments": {}
}