create_task
Create a new Dart task with title, description, priority, tags, size, assignees, and subscribers for AI-assisted task management.
Instructions
Create a new Dart task
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Title of the task | |
| description | Yes | Description of the task | |
| priority | No | Priority of the task | |
| tags | No | Tags for the task | |
| size | No | Size/complexity of the task (1-5) | |
| assignee_duids | No | List of assignee DUIDs | |
| subscriber_duids | No | List of subscriber DUIDs |