Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.
inbox_commentsTOOL
List imported comments (run inbox sync first)
Parameters
postId?string
Filter by post ID
platform?"facebook" | "instagram" | "linkedin" | "youtube" | "tiktok" | "reddit" | "threads" | "mastodon" | "bluesky"
Filter by platform
limit?number
Maximum comments to return
Default: 20
Request example
{ "method": "tools/call", "params": { "name": "inbox_comments", "arguments": { "postId": "string", "platform": "facebook", "limit": 20 } } }