MCPFerramentas MCP/Ideias de publicação/update_post_idea
update_post_idea
Writeideas:write
Update fields of an existing post idea (agency-scoped).
Parâmetros
idstringobrigatório
Post idea id (from list_post_ideas or get_post_idea) — accepts either the OS idea id or the claw approval id (externalId).
titlestringopcional
contentstringopcional
imageUrlstringopcional
imagePromptstringopcional
type"announcement" | "offer" | "tip" | "showcase" | "story" | "event"opcional
Idea type.
status"draft" | "published" | "archived"opcional
Lifecycle status. Not server-validated against this set — an unrecognized value is written as-is rather than rejected, so stick to these.
platformsstring[]opcional
scheduledDatestringopcional
YYYY-MM-DD.
scheduledTimestringopcional
HH:mm.
Exemplo de solicitação
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "update_post_idea",
"arguments": {
"id": "string"
}
}
}Exemplo de resposta
{
"jsonrpc": "2.0",
"id": 1,
"result": {
"content": [
{
"type": "text",
"text": "..."
}
]
}
}O formato da resposta é ilustrativo — o conteúdo real depende da ferramenta e dos seus dados.