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