MCP tools

list_commentsread only

List 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

profileIdstringoptional

Profile to act on. Omit to use the profile this API key belongs to. Call list_profiles first when managing several customers.

platformenumoptional

One of:facebookinstagram

accountIdstringoptional

The `accountId` field from list_accounts, not `id`.

limitintegeroptional
cursorstringoptional

Cursor from a previous response.

Example

A tool call as an MCP client would send it.

{
  "name": "list_comments",
  "arguments": {}
}