Developer documentation
Example conversation
From validation to results
This conversation is an example, not a live run. Public MCP access and platform publishing are still being prepared.
- User: “Check my connected accounts and schedule this week’s announcement.”
- Agent: Call
list_accountsandlist_platformsto check account and platform status. - Agent: Call
validate_postto find every platform rule violation. Fix issues before creating a post. - Once validation passes and the user’s requested conditions match, call
publishwith a scheduled time. - Call
get_postto inspect each target. After checking the cause, useretry_postonly for eligible failures.