MCPMCP-Tools/Beitragsideen/update_post_idea
update_post_idea
Writeideas:write
Update fields of an existing post idea (agency-scoped).
Parameter
idstringerforderlich
Post idea id (from list_post_ideas or get_post_idea) — accepts either the OS idea id or the claw approval id (externalId).
titlestringoptional
contentstringoptional
Replacement caption / body. Per-platform caption limits, in characters: google 1500, facebook 30000, instagram 2200, x 280, linkedin 2000, pinterest 500, mastodon 500, bluesky 300, threads 500, tiktok 2200. IMPORTANT for x: that budget is WEIGHTED, not typed characters — Japanese/Chinese/Korean characters and emoji each cost 2, and any link costs a flat 23 however long it is. A non-Latin caption for x therefore fits roughly 127 typed characters, not 280. Aim for at most 255 weighted for x: a link or an appended CTA costs a further 25 weighted on top of the caption, and that append happens after you write it.
imageUrlstringoptional
imagePromptstringoptional
type"announcement" | "offer" | "tip" | "showcase" | "story" | "event"optional
Idea type.
status"draft" | "published" | "archived"optional
Lifecycle status. Not server-validated against this set — an unrecognized value is written as-is rather than rejected, so stick to these.
platformsstring[]optional
scheduledDatestringoptional
YYYY-MM-DD.
scheduledTimestringoptional
HH:mm.
Beispielanfrage
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "update_post_idea",
"arguments": {
"id": "string"
}
}
}Beispielantwort
{
"jsonrpc": "2.0",
"id": 1,
"result": {
"content": [
{
"type": "text",
"text": "..."
}
]
}
}Die Antwortform dient nur zur Veranschaulichung — der tatsächliche Inhalt hängt vom Tool und Ihren Daten ab.