create_task
Add a task with required title and optional description, status, priority, and notification settings.
Instructions
Create a new task
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Task title | |
| description | No | Task description | |
| status | No | Task status (TODO, IN_PROGRESS, DONE, CANCELLED) | |
| priority | No | Task priority (LOW, MEDIUM, HIGH, URGENT) | |
| notify | No | Whether to send notifications for this task |