create_task
Create new tasks with descriptions, priorities, tags, due dates, and dependencies to manage work in Taskwarrior through the task-mcp server.
Instructions
Create a new task
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| description | Yes | Task description (required) | |
| project | No | Project name | |
| priority | No | Priority: H, M, or L | |
| tags | Yes | Tags to add | |
| due | No | Date in any format Taskwarrior accepts (e.g. 2024-12-25, tomorrow, eow) | |
| scheduled | No | Date in any format Taskwarrior accepts (e.g. 2024-12-25, tomorrow, eow) | |
| wait | No | Date in any format Taskwarrior accepts (e.g. 2024-12-25, tomorrow, eow) | |
| until | No | Date in any format Taskwarrior accepts (e.g. 2024-12-25, tomorrow, eow) | |
| depends | Yes | UUIDs this task depends on |