job_update_context
ActiveTool of io.github.saloprj/dialogbrain
declared in 1.17.0
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"
}
}
}Parent server
io.github.saloprj/dialogbrain
https://github.com/saloprj/dialogbrain-mcp
1/7 registries