Read comments on a Meta post
list_meta_commentsFetch comments and nested replies on Facebook and Instagram posts to capture customer questions, objections, and real language for ad copy. Use a post or comment ID to get replies.
Instructions
Read the comments under a Facebook Page post or Instagram media object — customer questions, objections and the exact language real people use about the product. Good raw material for ad copy, and the first step before replying or moderating. REPLIES: a reply is a comment ON a comment, and its id exists only under its PARENT — it is never returned by the post. Each row says how many replies it has; to read them (and to get the id reply_to_meta_comment / moderate_meta_comment need), call this tool again with postId set to that COMMENT id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | how many comments (1–50, default 25) | |
| cursor | No | the cursor from a previous call. A post with more comments than one page comes back with hasMore + a truncationNote — counts or sentiment drawn from ONE page describe a sample, not the conversation. | |
| pageId | No | Page id — omit when only one Page is connected | |
| postId | Yes | post/media id — or a COMMENT id, which returns that comment’s replies |