create_task
Create a new task with title, schedule, priority, tags, and status to organize work in Rhizm.
Instructions
Create a new task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Task title (required). | |
| scheduledDate | No | Scheduled date (YYYY-MM-DD) or null for inbox. | |
| tags | No | Tag names without leading #. | |
| estimatedMin | No | Estimated duration in minutes. | |
| priority | No | Priority: 1=low, 2=medium, 3=high. | |
| memo | No | Free-form memo. | |
| status | No | Initial status. Default: backlog. |