MCPOutils MCP/Idées de publication/regenerate_post_idea

regenerate_post_idea

Writeideas:write

Rewrite an existing post idea's title/content/image prompt with a fresh angle, generated by the agency's Sydekick. Rewrites in place (same idea id) rather than creating a new one. Optionally pass a topic to steer the new angle. If the idea is already linked to a pending approval, its caption is updated there too.

Paramètres
idstringobligatoire
Post idea id to regenerate (required, from list_post_ideas) — accepts either the OS idea id or the claw approval id (externalId).
topicstringfacultatif
A new topic/angle to steer the rewrite toward.
Exemple de requête
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "regenerate_post_idea",
    "arguments": {
      "id": "string"
    }
  }
}
Exemple de réponse
{
  "jsonrpc": "2.0",
  "id": 1,
  "result": {
    "content": [
      {
        "type": "text",
        "text": "..."
      }
    ]
  }
}

La forme de la réponse est indicative — le contenu réel dépend de l'outil et de vos données.