Ideas, write

Fill idea

Fill an idea's blanks. Every [label] in the body takes one value, and a label the body does not carry is refused.

write

MCP

Tool namefill_idea
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "fill_idea",
    "arguments": {
      "project_id": "<uuid>",
      "idea_id": "<uuid>",
      "filled": {}
    }
  }
}

Input

project_idrequireduuid

The project. list_projects names them and marks the default.

idea_idrequireduuid
filledrequiredobject

The blank's label, without the brackets, against its value.

Returns

The idea with the values against its blanks.