You're viewing a demo portfolio

Join the waitlist
PRSM

tasks_list

Active

Tool of io.github.saloprj/dialogbrain

declared in 1.17.0

List your tasks, or another agent's tasks (read-only) using from_agent_id. Use filters to narrow results.

Parameters schema

{
  "type": "object",
  "required": [],
  "properties": {
    "limit": {
      "type": "integer",
      "description": "Max results (default 20)"
    },
    "status": {
      "enum": [
        "pending",
        "in_progress",
        "done",
        "cancelled"
      ],
      "type": "string"
    },
    "overdue": {
      "type": "boolean",
      "description": "If true, only return tasks past due_at that are not done"
    },
    "agent_id": {
      "type": "integer",
      "description": "Agent ID whose tasks to list. Required when calling from MCP."
    },
    "thread_id": {
      "type": "integer",
      "description": "Filter by related thread"
    },
    "from_agent_id": {
      "type": "integer",
      "description": "List tasks of another agent (read-only). Omit to list your own."
    },
    "assigned_to_contact_id": {
      "type": "integer",
      "description": "Filter by assigned contact"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.github.saloprj/dialogbrain

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

1/7 registries
View full server →