You can wire the Microsoft To Do node into an AI agent as a tool provider: the agent calls the operations you allow. See Agent tools.
Credentials
Connect Microsoft To Do under Credentials in the node settings. See Connecting credentials for the general flow. Sign in with your Microsoft To Do account when prompted; no keys to copy. NoClick requests the following permissions:https://graph.microsoft.com/Tasks.Readhttps://graph.microsoft.com/Tasks.ReadWritehttps://graph.microsoft.com/User.Readoffline_access
Operations
Task
| Operation | ID | Description |
|---|---|---|
| Create Task | create_task | Create a new task |
| Delete Task | delete_task | Delete a task |
| Get Task | get_task | Get a specific task |
| List Tasks | list_tasks | List tasks in a task list |
| Update Task | update_task | Update a task |
Task list
| Operation | ID | Description |
|---|---|---|
| Create Task List | create_task_list | Create a new task list |
| Delete Task List | delete_task_list | Delete a task list |
| Get Task List | get_task_list | Get a specific task list |
| List Task Lists | list_task_lists | List all task lists |
| Update Task List | update_task_list | Update a task list |