Ideas, write

Discuss idea

Say one thing about an idea and read the answer back. The model may talk, ask a question or offer a new draft, which use_proposal then sets on the idea. One AI action.

writespends

MCP

Tool namediscuss_idea
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "discuss_idea",
    "arguments": {
      "project_id": "<uuid>",
      "idea_id": "<uuid>",
      "message": "<string>"
    }
  }
}

Input

project_idrequireduuid

The project. list_projects names them and marks the default.

idea_idrequireduuid
messagerequiredstring

What to say about the draft, up to 500 characters.

Returns

The answer, the message id and the draft it offered when it offered one, how many messages are left on this idea, and the free AI actions left today.