Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.
accounts_getTOOL
Get detailed information about the connected account for a specific platform.
Returns the account's ID, username, display name, and profile URL. Errors if no account is connected for the given platform.
Parameters
platform *string
Positional argument platform
Request example
{ "method": "tools/call", "params": { "name": "accounts_get", "arguments": { "platform": "string" } } }