A
licenseNot graded
qualityC
maintenanceAn MCP server to read and manage your Microsoft To Do tasks through the Microsoft Graph To Do API.
MIT
No user-submitted related servers found.
Scored across 13 tools
Each tool targets a specific entity (task list, task, checklist item) with distinct actions. There is no overlap; even 'complete_task' is a clear shorthand for updating the completion status.
All tools use a consistent 'verb_noun' pattern with underscores (e.g., create_task, list_checklist_items). No mixing of casing or irregular verbs.
With 13 tools, the surface is well-scoped for a task management server—covering CRUD for three entities without being excessive or sparse.
The tool set covers creation, retrieval, updating, and deletion for all three entities (task lists, tasks, checklist items), including specialized actions like completing a task and toggling checklist items.