Ideas, read

Get idea

Read one post idea whole: its body, its blanks and where it came from.

MCP

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

Input

project_idrequireduuid

The project. list_projects names them and marks the default.

idea_idrequireduuid

Returns

The idea, the same shape list_ideas gives.