You're viewing a demo portfolio

Join the waitlist
PRSM

tasks_create

Active

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

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 →