Docsbook agent reply
MCP
docsbook_agent_replyWRITE$0.00003 / call
Features
Talk to the Docsbook agent about a job that is still open — answer a question it asked, add something it needs (a decision, a fact it could not find, a correction), or just ask it something about how the job is going ('how far is the API reference pass', 'did you find the auth docs'). You do not have to wait for it to ask first: send text any time the job is open and it picks the job back up with the whole exchange in front of it, replying in its next report — read docsbook_agent_status or docsbook_agent_activity after to see what it said.
Input2
Your API key, for the REST call. Sent from your browser straight to the API — never to Docsbook, never stored.
The job to reply to.
What you want to tell the agent, in your own words.
Limitations
- Only for a job that is still open; a finished one is finished, start a new one with
docsbook_agent.
Example input
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "docsbook_agent_reply",
"arguments": {
"task_id": "<task_id>",
"text": "<text>"
}
}
}Example output