create_task
Create a new task
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| title | Yes | Task title | |
| parentId | No | ID of parent task (for subtasks) | |
| priority | No | Priority (higher = more important, default: 0) | |
| blockedBy | No | Description of what blocks this task | |
| projectId | Yes | Project ID | |
| description | No | Detailed description |