Skip to main content
Glama
X4MU-L

Todo MCP Server

by X4MU-L

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
add_todoA

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

list_todosA

Get all todo items as a structured list with IDs, text, completion status, and creation dates.

complete_todoA

Mark a todo item as done/completed by its ID.

delete_todoB

Remove a todo item from the list by its ID.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 4 tools

Disambiguation5/5

Each tool performs a distinct operation on todos: add, list, complete, and delete. There is no overlap or ambiguity between them.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (add_todo, list_todos, complete_todo, delete_todo), making the API predictable.

Tool Count5/5

Four tools is a well-scoped set for a todo server, covering the essential operations without unnecessary bloat.

Completeness4/5

The core lifecycle of create, read, update status, and delete is covered. The only notable gap is the lack of an update_todo tool for editing todo text, but this is minor for the domain.

Maintenance

ActivityInactive
ResponsivenessNo issues