Skip to main content
Glama

To Do List Tasks

todo_list_tasks
Read-only

Lists tasks from a Microsoft To Do list (or any Reminders list). Syncs via macOS Reminders.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
listNoList name (from todo_get_folders). Leave empty to show all.
limitNoMax tasks to return (default 50)
include_completedNoInclude completed tasks (default false)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
countNo
tasksNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedInput schema / properties / list / description
      Previous value: -"List name (from todo_list_lists). Leave empty to show all."New value: +"List name (from todo_get_folders). Leave empty to show all."
  2. First observed

TDQS

A3.6/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true and destructiveHint=false, so the description does not need to reiterate safety. It adds the detail about syncing via macOS Reminders, but does not disclose behavior like pagination, default limit, or completed-task filtering, though those are covered by the schema.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences, front-loaded with the core action, and contains no filler. Every word contributes to explaining the tool's purpose and data source.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With an output schema present and full schema coverage, the description is sufficient for a simple read tool. It explains the data source (Microsoft To Do/Reminders) but could have explicitly mentioned using todo_get_folders for list names, though the schema already provides that hint.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100% with each parameter (list, limit, include_completed) clearly documented. The description adds no additional parameter semantics beyond the schema, so the baseline score of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool lists tasks from a Microsoft To Do list or Reminders list, using a specific verb and resource. It distinguishes from sibling task tools like list_reminders and todoist_list_tasks by naming Microsoft To Do/Reminders.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no explicit guidance on when to use this tool versus alternatives such as list_reminders or todoist_list_tasks. The mention of 'Syncs via macOS Reminders' provides context but does not clarify when to choose this over other task-listing tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources