create_task
Create a task in Amazing Marvin by providing a title (required) and optional project, category, due date, or notes.
Instructions
Create a new task in Amazing Marvin.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Task title (required) | |
| project_id | No | Optional project ID to assign task to | |
| category_id | No | Optional category ID for organization | |
| due_date | No | Optional due date in YYYY-MM-DD format | |
| note | No | Optional task notes/description | |
| debug | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| metadata | Yes | Metadata about the data itself | |
| summary | Yes | Human-readable insights | |
| debug | Yes | ||
| success | Yes | ||
| api_version | No | current | |
| response_version | No | 1.0 |