MCPOutils MCP/Idées de publication/update_post_idea

update_post_idea

Writeideas:write

Update fields of an existing post idea (agency-scoped).

Paramètres
idstringobligatoire
Post idea id (from list_post_ideas or get_post_idea) — accepts either the OS idea id or the claw approval id (externalId).
titlestringfacultatif
contentstringfacultatif
imageUrlstringfacultatif
imagePromptstringfacultatif
type"announcement" | "offer" | "tip" | "showcase" | "story" | "event"facultatif
Idea type.
status"draft" | "published" | "archived"facultatif
Lifecycle status. Not server-validated against this set — an unrecognized value is written as-is rather than rejected, so stick to these.
platformsstring[]facultatif
scheduledDatestringfacultatif
YYYY-MM-DD.
scheduledTimestringfacultatif
HH:mm.
Exemple de requête
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "update_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.