MCP tool
list_connection_issues
List account connection problems
Reads only · changes nothing, and needs no approval.
What it does
What is broken right now: accounts whose token has expired or whose platform cannot be reached. A post to one of these will fail, so read it when a delivery failed for no obvious reason, or before a big send. Each issue names the account and what happened; the fix is always the user reconnecting that account in xpost — you cannot do it for them, so say which account and why.
Arguments
None. Call it with an empty argument object.
Calling it
Any MCP client calls this by name once the connector is added. The address is the same for every tool:
https://xpost.to/api/mcp
A client that has signed in sends the tool name and its arguments:
{
"name": "list_connection_issues",
"arguments": {}
}The other tools
Back to the MCP connector · What the MCP server is · Connect your assistant