Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.
accounts_disconnectTOOL
Disconnect a social account from your workspace.
Removes the OAuth connection for the given platform. Existing posts are not deleted, but you will no longer be able to publish or manage content on that platform until you reconnect.
Parameters
platform *string
Positional argument platform
Request example
{ "method": "tools/call", "params": { "name": "accounts_disconnect", "arguments": { "platform": "string" } } }