job_update_context
ActiveTool of io.github.saloprj/dialogbrain
Update the job context by merging new data. Existing keys are preserved unless explicitly overwritten. Use this to record progress, update assignment statuses, or store intermediate results.
Parameters schema
{
"type": "object",
"required": [
"updates"
],
"properties": {
"job_id": {
"type": "integer",
"description": "The ID of the job to update"
},
"updates": {
"type": "object",
"description": "Key-value pairs to merge into job context"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.saloprj/dialogbrain
https://github.com/saloprj/dialogbrain-mcp
1/7 registries