Create Task
create_taskCreate structured tasks for mentioned to-dos, bugs, or feature requests, including priority, tags, and project assignment.
Instructions
Create a new task in a project. Proactively use this when the user mentions something that needs to be done, a bug to fix, or a feature to build.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Tags like "backend", "auth", "bug" | |
| title | Yes | Short task title | |
| project | No | Project name or ID (defaults to most recent active project) | |
| priority | No | Task priority (default: medium) | |
| description | No | Detailed description of the task | |
| parent_task_id | No | Parent task ID for sub-tasks |