agents_task_complete
ActiveTool of io.github.saloprj/dialogbrain
declared in 1.17.0
Report that a Claude Code agent task has been completed. Call this when you finish processing an agent_task from DialogBrain.
Parameters schema
{
"type": "object",
"required": [
"trace_id",
"success"
],
"properties": {
"success": {
"type": "boolean",
"description": "Whether the task completed successfully"
},
"summary": {
"type": "string",
"description": "Brief summary of what was done"
},
"trace_id": {
"type": "string",
"description": "Trace ID from the agent task event"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.saloprj/dialogbrain
https://github.com/saloprj/dialogbrain-mcp
1/7 registries