Create Task
productive_create_taskCreate a new task in Productive.io by providing a title and task_list_id. Find task list IDs via productive_list_tasks.
Instructions
Create a new task in Productive.io. Requires a title and task_list_id (which belongs to a project). Use productive_list_tasks with a project_id to find available task_list IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Task title | |
| due_date | No | Due date in YYYY-MM-DD format | |
| project_id | No | Project ID the task belongs to | |
| start_date | No | Start date in YYYY-MM-DD format | |
| assignee_id | No | Person ID to assign. Use productive_list_people to find IDs. | |
| description | No | Task description (supports markdown) | |
| task_list_id | Yes | Task list ID (required). Use productive_list_tasks with project_id to find task list IDs. |