list_task_lists

Pack: microsoft-todo · Endpoint: https://gateway.pipeworx.io/microsoft-todo/mcp

List the Microsoft To Do task lists for the signed-in user, with display names and whether each is a well-known list (e.g. the default “Tasks” or flagged-email list). Use to discover a to-do list and its ID before listing tasks or reminders.

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":"list_task_lists","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.

Regenerated from source · build June 3, 2026