Feed, read
Get blip
Read one blip whole: the post, its author and counts, and the reply drafted for it.
MCP
Tool nameget_blip
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "get_blip",
"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
The blip, the same shape list_blips gives.