create_task
Add a new task to a task board by providing a title and category; optionally set status, priority, tags, dependencies, and description.
Instructions
Create a new task in the task board.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Tags for filtering | |
| title | Yes | Task title | |
| status | No | Current status | backlog |
| category | Yes | Task category | |
| priority | No | Priority (1 highest, 5 lowest) | |
| depends_on | No | IDs of tasks this depends on | |
| description | No | Detailed description | |
| estimate_days | No | Rough estimate in days |