Feed, write
Draft reply
Write the reply draft for one blip, in this project's voice and memory. You copy it out and send it yourself: Sonket never posts. A blip that already has a draft gives it back and spends nothing. One AI action.
writespends
MCP
Tool namedraft_reply
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "draft_reply",
"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 draft, which save_draft edits and mark_replied records once it has been sent.