You're viewing a demo portfolio

Join the waitlist
PRSM

tasks_update

Active

Tool of io.github.saloprj/dialogbrain

declared in 1.17.0

Update an existing task. Set status='done' to complete it, 'cancelled' to cancel. Use summary for completion notes.

Parameters schema

{
  "type": "object",
  "required": [
    "task_id"
  ],
  "properties": {
    "due_at": {
      "type": "string",
      "description": "ISO datetime"
    },
    "status": {
      "enum": [
        "pending",
        "in_progress",
        "done",
        "cancelled"
      ],
      "type": "string"
    },
    "summary": {
      "type": "string",
      "description": "Completion note (stored when marking done)"
    },
    "task_id": {
      "type": "integer",
      "description": "ID of the task to update"
    },
    "agent_id": {
      "type": "integer",
      "description": "Agent ID whose task to update. Required when calling from MCP."
    },
    "priority": {
      "enum": [
        "low",
        "medium",
        "high",
        "urgent"
      ],
      "type": "string"
    },
    "description": {
      "type": "string"
    }
  }
}

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 →
tasks_update — io.github.saloprj/dialogbrain — PRSM MCP