Skip to main content
Glama
X4MU-L

Todo MCP Server

by X4MU-L

add_todo

Add a new todo item and get its unique ID for tracking. Keep your list organized by capturing tasks from AI interactions.

Instructions

Add a new todo item to the list. Returns the created todo with its ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYesThe todo text - what needs to be done
Behavior3/5

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

No annotations are provided, so the description carries the behavioral disclosure burden. It discloses that the created todo is returned with its ID, which is useful. However, it omits details like error conditions or idempotency, though for a simple add operation these may be less critical.

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 short sentences with no filler. Action and return value are stated upfront, making it efficient and easy to parse.

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?

For a one-parameter tool with no output schema or annotations, the description adequately covers the action and return value. It lacks explicit usage context, but the simplicity of the operation makes this a minor gap.

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 text described as 'The todo text - what needs to be done'. The description adds no extra parameter details, but the baseline of 3 applies when the schema already documents the parameter adequately.

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?

States 'Add a new todo item to the list' with a specific verb and resource, clearly distinguishing from sibling tools list_todos, complete_todo, and delete_todo. Also mentions return value, further clarifying its purpose.

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

Usage Guidelines3/5

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

The verb 'Add' implies usage for creating todos, but there is no explicit guidance on when to use this tool versus alternatives. No exclusions or sibling comparisons are provided, leaving the agent to infer usage from the name and action.

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/X4MU-L/todo-mcp-server'

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