create_task
Add a new task to Amazing Marvin with title, optional project assignment, category, due date, and notes to organize your workflow.
Instructions
Create a new task in Amazing Marvin.
Args: title: Task title (required) project_id: Optional project ID to assign task to category_id: Optional category ID for organization due_date: Optional due date in YYYY-MM-DD format note: Optional task notes/description
For creating multiple tasks, use batch_create_tasks() instead. For creating a project with tasks, use create_project_with_tasks().
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| project_id | No | ||
| category_id | No | ||
| due_date | No | ||
| note | No | ||
| debug | No |