create_task
Create a new task with a title, optional priority, and description. Returns the task including its unique identifier.
Instructions
Create a new task. Returns the created task including its id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| priority | No | medium | |
| description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||