todoist_create_task
Create and manage tasks in Todoist with detailed options like subtasks, due dates, priorities, and labels for efficient task organization.
Instructions
Create a new task in Todoist with comprehensive options including subtasks
Input Schema
Name | Required | Description | Default |
---|---|---|---|
content | Yes | The content/title of the task | |
description | No | Detailed description of the task (optional) | |
dueString | No | Natural language due date like 'tomorrow', 'next Monday', 'Jan 23' (optional) | |
labels | No | Array of label names to assign to the task (optional) | |
parentId | No | Parent task ID to create this as a subtask (optional) | |
priority | No | Task priority from 1 (normal) to 4 (urgent) (optional) | |
projectId | No | Project ID to create the task in (optional) | |
sectionId | No | Section ID to create the task in (optional) |