job_complete
ActiveTool of io.github.saloprj/dialogbrain
declared in 1.17.0
Mark the job as completed. This sanitizes PII from the context and records a completion summary. Use when all tasks in the job are done.
Parameters schema
{
"type": "object",
"required": [],
"properties": {
"job_id": {
"type": "integer",
"description": "The ID of the job to complete"
},
"summary": {
"type": "string",
"description": "Brief summary of what was accomplished"
}
}
}Parent server
io.github.saloprj/dialogbrain
https://github.com/saloprj/dialogbrain-mcp
1/7 registries