Skip to main content
Glama
jordanburke

Microsoft To Do MCP

archive-completed-tasks

Move completed tasks older than a specified number of days to an archive list, decluttering active lists while keeping historical records intact.

Instructions

Move completed tasks older than a specified number of days from one list to another (archive) list. Useful for cleaning up active lists while preserving historical tasks.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dryRunNoIf true, only preview what would be archived without making changes
sourceListIdYesID of the source list to archive tasks from
targetListIdYesID of the target archive list
olderThanDaysNoArchive tasks completed more than this many days ago (default: 90)
Behavior3/5

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

The description discloses the core behavior (moving completed tasks) and the 'preserving historical tasks' trait, but with no annotations, it does not cover side effects like whether the move is reversible, permissions required, or failure behavior. The description carries the full burden and only partially satisfies it.

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?

Two concise sentences front-load the action and purpose with no unnecessary detail. Every word earns its place, and the structure efficiently communicates the tool's function.

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

Completeness3/5

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

The description covers the main action and use case, but the absence of an output schema and annotations means it does not explain return behavior or edge cases, leaving some context gaps. For a mutation tool with no output schema, a bit more detail on expected results would improve completeness.

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 descriptions cover all four parameters with clear definitions (e.g., olderThanDays default 90), so the description's mention of 'specified number of days' adds little beyond the schema. The schema already provides parameter-level semantics effectively.

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 moves completed tasks older than a specified number of days from a source list to a target archive list, distinguishing it from siblings like delete-task (which removes tasks) or update-task (which changes task fields). The verb 'Move' and resource 'completed tasks' are specific and unambiguous.

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

Usage Guidelines4/5

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

The phrase 'Useful for cleaning up active lists while preserving historical tasks' provides clear context for when to use this tool, implying a maintenance/cleanup scenario. It does not explicitly describe when not to use it or name alternatives, but the context is clear enough for typical use.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jordanburke/microsoft-todo-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server