Feed, read
Get blip chat
Read the Discuss conversation on one blip, oldest first: what was said, what the model answered, and the drafts it offered. Reads only, spends nothing.
MCP
Tool nameget_blip_chat
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "get_blip_chat",
"arguments": {
"project_id": "<uuid>",
"blip_id": "<uuid>"
}
}
}Input
project_idrequireduuid
The project. list_projects names them and marks the default.
blip_idrequireduuid
The blip. list_blips names them.
Returns
Each message with its id, role, text, the draft it offered or null, when that draft was used or null, and when it was said.