概览

Docsbook agent status

MCPdocsbook_agent_status
READ$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
Authorizationheaderrequired
Your API key, for the REST call. Sent from your browser straight to the API — never to Docsbook, never stored.
task_idstringrequired
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>"
    }
  }
}

更新于

此页面对您有帮助吗?