Create task
create_taskAdd a task to a Vikunja project by providing a project ID and title, with optional due dates, priority, and labels.
Instructions
Create a task in a project. Use list_projects to find the projectId and list_labels for label ids.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Task title | |
| dueDate | No | RFC 3339 timestamp, e.g. 2026-09-15T17:00:00Z | |
| endDate | No | RFC 3339 timestamp, e.g. 2026-09-15T17:00:00Z | |
| labelIds | No | Label ids to attach | |
| priority | No | 0 = unset, 1 = low, 2 = medium, 3 = high, 4 = urgent, 5 = DO NOW | |
| projectId | Yes | Project id | |
| startDate | No | RFC 3339 timestamp, e.g. 2026-09-15T17:00:00Z | |
| description | No | Task description (markdown/HTML accepted by Vikunja) |