Ideas, write

Edit idea

Replace an idea's body. The drop rules run again: a link, a hashtag, a countdown or engagement bait is refused.

write

MCP

Tool nameedit_idea
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "edit_idea",
    "arguments": {
      "project_id": "<uuid>",
      "idea_id": "<uuid>",
      "body": "<string>"
    }
  }
}

Input

project_idrequireduuid

The project. list_projects names them and marks the default.

idea_idrequireduuid
bodyrequiredstring

The post as it should read.

Returns

The idea as saved, with the blanks its new body carries.