find_due_tasks
Pack: microsoft-todo · Endpoint: https://gateway.pipeworx.io/microsoft-todo/mcp
Find upcoming, incomplete Microsoft To Do tasks across all of the user’s to-do lists that are due within the next N days. Returns a flat list of due reminders with their list name, title, due date, and importance. Use to answer “what tasks are due soon” or “what are my upcoming reminders”.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
days_ahead | number | no | How many days ahead to look for due tasks (default 7). |
Example call
curl -X POST https://gateway.pipeworx.io/microsoft-todo/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"find_due_tasks","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"microsoft-todo": {
"url": "https://gateway.pipeworx.io/microsoft-todo/mcp"
}
}
}
See Getting Started for client-specific install steps.