tasks_create
ActiveTool of io.github.saloprj/dialogbrain
declared in 1.17.0
Create a new task in your to-do list.
Parameters schema
{
"type": "object",
"required": [
"title"
],
"properties": {
"title": {
"type": "string",
"description": "Task title"
},
"due_at": {
"type": "string",
"description": "ISO datetime when task is due (e.g. '2026-03-31T15:00:00')"
},
"agent_id": {
"type": "integer",
"description": "Agent ID whose tasks to access. Required when calling from MCP."
},
"due_date": {
"type": "string",
"description": "Date when task is due (e.g. '2026-03-31'). Use with due_time or alone."
},
"due_time": {
"type": "string",
"description": "Time when task is due (e.g. '15:00'). Used with due_date."
},
"priority": {
"enum": [
"low",
"medium",
"high",
"urgent"
],
"type": "string",
"description": "Task priority (default: medium)"
},
"thread_id": {
"type": "integer",
"description": "Related thread ID"
},
"description": {
"type": "string",
"description": "Detailed description"
},
"assigned_to_contact_id": {
"type": "integer",
"description": "Contact ID if assigned to someone"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.saloprj/dialogbrain
https://github.com/saloprj/dialogbrain-mcp
1/7 registries