Tools
| Name | Description |
|---|---|
create_taskCreates a new task. | Creates a new task. |
create_task_listCreate a new task list. | Create a new task list. |
update_taskUpdate an existing task. | Update an existing task. |
update_task_listUpdates an existing task list. | Updates an existing task list. |
complete_taskMarks a task as completed. | Marks a task as completed. |
delete_taskDeletes an existing task. | Deletes an existing task. |
add_attachmentAdds an attachment to a task. | Adds an attachment to a task. |
get_taskGets the details of a specific task. | Gets the details of a specific task. |
find_task_list_by_nameFinds a task list by its name. | Finds a task list by its name. |
find_task_by_titleFinds tasks by title. | Finds tasks by title. |
custom_api_callMake a custom API call to a specific endpoint | Make a custom API call to a specific endpoint |
Triggers
| Name | Description |
|---|---|
new_task_createdTriggers when a new task is created. | Triggers when a new task is created. |
new_or_updated_taskTriggers when a new task is created or an existing task is updated. | Triggers when a new task is created or an existing task is updated. |
new_list_createdTriggers when a new task list is created. | Triggers when a new task list is created. |
task_completedTriggers when a task is completed in a specific list. | Triggers when a task is completed in a specific list. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('microsoft-todo', 'create_task', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'microsoft-todo',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Microsoft To Do to my app?
Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Microsoft To Do support?
Microsoft To Do supports 11 tools including Create Task, Create Task List, Update Task, Update Task List, Complete Task, and more.
Can I use Microsoft To Do with AI agents?
Yes. Add Microsoft To Do to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
How do I connect Microsoft To Do to ChatGPT or Claude?
Open the Weavz connector setup, sign in, choose a workspace, and add Microsoft To Do as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Microsoft To Do tools exposed by that workspace.
Does Microsoft To Do work with Claude Code, Cursor, Codex, and local agents?
Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved Microsoft To Do work, and execute Code Mode workflows from a terminal.
What can I ask an AI agent to do with Microsoft To Do?
Microsoft To Do exposes 11 tools, including Create Task, Create Task List, Update Task, Update Task List, Complete Task, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.
Can Microsoft To Do be used in stateful agent workflows?
Yes. Agents can combine Microsoft To Do tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Microsoft To Do use?
Microsoft To Do uses OAuth2. Weavz stores OAuth credentials securely and refreshes tokens when supported by the provider.
How much does the Microsoft To Do integration cost?
The Microsoft To Do integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Microsoft To Do support?
Microsoft To Do supports 4 triggers including New Task, New or Updated Task, New List, Task Completed.
Connect Microsoft To Do in minutes
Get 20,000 free action executions every month. No credit card required.