Docsbook agent status
MCP
docsbook_agent_statusREAD$0.00003 / call
Features
What the Docsbook agent is doing on a job, and what came of it — status, progress, the exchange so far, and the result once it is done. needs_owner in the result means it asked you something and is waiting: answer with docsbook_agent_reply. It reports what it CHANGED and what that should move; it does not hand back the method it used.
Input1
Your API key, for the REST call. Sent from your browser straight to the API — never to Docsbook, never stored.
The id docsbook_agent returned.
Example input
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "docsbook_agent_status",
"arguments": {
"task_id": "<task_id>"
}
}
}Example output