MCP tools

retry_post

Retry a post

Requeues a failed or partially published post. Only the accounts that failed are retried.

Category
Posts
Calls
POST/v1/posts/{id}/retry
Safe to auto-approve
No. It changes data, so keep a human in the loop or scope the key.

Parameters

idstringrequired

Post id.

profileIdstringoptional

Profile 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": "retry_post",
  "arguments": {
    "id": "a1b2c3d4-0000-4000-8000-000000000000"
  }
}