create_task
Add a task to Microsoft To Do, specifying title, notes, due date, and list; set a parent task to create a subtask where supported.
Instructions
Create a task. dueDate accepts ISO date (2026-08-25) or RFC 3339 datetime. parentTaskId nests it as a subtask where supported.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | ||
| title | Yes | ||
| listId | No | Omit for the provider default list | |
| dueDate | No | ||
| provider | No | Provider id (mstodo). Omit when exactly one provider is connected. | |
| parentTaskId | No |