Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.
accounts_listTOOL
List all connected social accounts in the current workspace.
Returns each account's ID, platform, and username. The account id is what posts target internally — the CLI resolves platform names to account IDs automatically, so you rarely need it directly. Pass --profile to list accounts from a different profile.
Request example
{ "method": "tools/call", "params": { "name": "accounts_list", "arguments": {} } }