MCPFerramentas MCP/Ideias de publicação/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.
Parâmetros
idstringobrigatório
Post idea id to regenerate (required, from list_post_ideas) — accepts either the OS idea id or the claw approval id (externalId).
topicstringopcional
A new topic/angle to steer the rewrite toward.
Exemplo de solicitação
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "regenerate_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.