Docsbook agent stop
MCP
docsbook_agent_stopWRITE$0.00003 / call
Features
Stop a Docsbook agent job. Work already committed stays — stopping is not an undo, and what landed is ordinary git history you can revert — and the agent's credential for that job is revoked immediately.
Input2
Your API key, for the REST call. Sent from your browser straight to the API — never to Docsbook, never stored.
The job to stop.
Why, for the record.
Example input
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "docsbook_agent_stop",
"arguments": {
"task_id": "<task_id>"
}
}
}Example output