MCPMCP Tools/Post Ideas/archive_post_idea
archive_post_idea
Writeideas:write
Soft-delete (archive) a post idea. Keeps the externalId reference valid.
Parameters
idstringrequired
Post idea id (from list_post_ideas or get_post_idea) — accepts either the OS idea id or the claw approval id (externalId).
Example request
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "archive_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.