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.
  1. User: “Check my connected accounts and schedule this week’s announcement.”
  2. Agent: Call list_accounts and list_platforms to check account and platform status.
  3. Agent: Call validate_post to find every platform rule violation. Fix issues before creating a post.
  4. Once validation passes and the user’s requested conditions match, call publish with a scheduled time.
  5. Call get_post to inspect each target. After checking the cause, use retry_post only for eligible failures.