MCPMCP Tools/Post Ideas/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.
Parameters
idstringrequired
Post idea id to regenerate (required, from list_post_ideas) — accepts either the OS idea id or the claw approval id (externalId).
topicstringoptional
A new topic/angle to steer the rewrite toward.
Example request
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "regenerate_post_idea",
"arguments": {
"id": "string"
}
}
}Example response
{
"jsonrpc": "2.0",
"id": 1,
"result": {
"content": [
{
"type": "text",
"text": "..."
}
]
}
}Response shape shown for illustration — the actual content depends on the tool and your data.