Feed, write

Discuss blip

Say one thing about a blip and read the answer back, with or without a draft on it yet. The model may talk, ask a question or offer a 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 post or its draft, up to 500 characters.

Returns

The answer, the message id, the draft it offered when it offered one, and whether the turn was charged. use_proposal in the ideas group takes the draft.