You're viewing a demo portfolio

Join the waitlist
PRSM

job_update_context

Active

Tool 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"
    }
  }
}

What this tool wraps· 2 endpoints

min confidence0.700.50

Parent server

io.github.saloprj/dialogbrain

https://github.com/saloprj/dialogbrain-mcp

1/7 registries
View full server →