> ## Documentation Index
> Fetch the complete documentation index at: https://docs.noclick.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Microsoft To Do

> Connect Microsoft To Do to your workflows: 10 operations across 2 categories.

The Microsoft To Do node adds Microsoft To Do operations to your workflows. Add it on the canvas or ask the AI builder for it by name, then pick an operation and fill in its fields.

<Note>
  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](/agents/tools).
</Note>

## Credentials

Connect Microsoft To Do under **Credentials** in the node settings. See [Connecting credentials](/credentials/connecting) 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.Read`
* `https://graph.microsoft.com/Tasks.ReadWrite`
* `https://graph.microsoft.com/User.Read`
* `offline_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       |
