list_accountsread onlyList connected accounts
Returns the social accounts connected to a profile. Use each `id` in accountIds when creating a post, and `accountId` when filtering comments.
- Category
- Accounts
- Calls
- GET/v1/accounts
- Safe to auto-approve
- Yes. It only reads data.
Parameters
profileIdstringoptionalProfile to act on. Omit to use the profile this API key belongs to. Call list_profiles first when managing several customers.
Example
A tool call as an MCP client would send it.
{
"name": "list_accounts",
"arguments": {}
}