Skip to main content
Glama

delete_todo

Remove a specific todo by its ID to keep your task list up to date. Use this action when a task is no longer needed.

Instructions

Delete one authenticated user's todo by ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
todo_idYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A3.7/5.0
Behavior3/5

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

With no annotations, the description must carry side-effect information. It discloses the auth/ownership boundary ('authenticated user's') and the targeted scope ('by ID'), but it does not state that deletion is permanent/irreversible or describe not-found/authorization error behavior.

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?

One concise, front-loaded sentence with no filler. Every word contributes scope or targeting information.

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?

For a one-parameter delete operation, the core invocation is captured: target and authorization scope. Missing irreversibility/error/return details are real gaps, especially with no annotations and no output schema, but the tool's complexity is low enough that 3 reflects an adequate-but-minimal definition.

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 0%, and the description only partially compensates: 'by ID' maps todo_id to the target todo's identifier, and 'authenticated user's' hints that the ID must reference the caller's own todo. It does not explain how to obtain the ID or any format constraints beyond the schema.

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 a specific verb ('Delete') and resource ('one authenticated user's todo') with the targeting method ('by ID'). Among the sibling tools, this is the only deletion tool, and the description makes that role unambiguous.

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?

Implies when to use it: when a single todo of the currently authenticated user needs to be removed by ID. It does not explicitly compare with alternatives like complete_todo or update_todo, but the auth/ownership scope provides some selection context.

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

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/LYJ0304/todomate-mcp'

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