Create Task
create_taskAdd a new task to your todo list with a title, optional due date, priority, and description, enabling structured task tracking and organization.
Instructions
Create a new task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Task title (required) | |
| due_date | No | Due date in YYYY-MM-DD HH:MM:SS format (optional) | |
| priority | No | Priority level (low, medium, high) (optional) | |
| description | No | Task description (optional) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||