Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.
posts_listTOOL
List posts
Parameters
status?"draft" | "scheduled" | "posted" | "error" | "deleted" | "processing" | "review" | "retrying"
Filter by status
platforms?string
Comma-separated platforms to filter by
search?string
Search post titles and content
limit?number
Maximum number of posts to return
Default: 10
Request example
{ "method": "tools/call", "params": { "name": "posts_list", "arguments": { "status": "draft", "platforms": "string", "search": "string", "limit": 10 } } }