Feed, write

Discuss blip

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

writespends

MCP

Tool namediscuss_blip
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "discuss_blip",
    "arguments": {
      "project_id": "<uuid>",
      "blip_id": "<uuid>",
      "message": "<string>"
    }
  }
}

Input

project_idrequireduuid

The project. list_projects names them and marks the default.

blip_idrequireduuid

The blip. list_blips names them.

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 blip, and the free AI actions left today. use_proposal in the ideas group takes the draft.