Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.
inbox_replyTOOL
Publish a reply in a post comment section
Parameters
postId *string
Positional argument postId
platform *"tiktok" | "youtube" | "instagram" | "facebook" | "threads" | "linkedin" | "reddit" | "mastodon" | "discord" | "slack" | "bluesky"
Platform to reply on
text *string
Reply text
commentId?string
Imported comment ID to reply to (omit to comment on the post itself)
Request example
{ "method": "tools/call", "params": { "name": "inbox_reply", "arguments": { "postId": "string", "platform": "tiktok", "text": "string", "commentId": "string" } } }