Skip to main content
Glama
MauricioChaves00

MCP Todo Server (TypeScript)

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
{
  "listChanged": true
}
prompts
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
add_taskB

Agrega una nueva tarea con nombre, descripcion y prioridad

complete_taskC

Marca una tarea como completada dado su id

Prompts

Interactive templates invoked by user choice

NameDescription
daily_summaryGenera un resumen del estado actual de las tareas

Resources

Contextual data attached and managed by the client

NameDescription
tasks-list

TDQS

B3.1/5.0

Scored across 2 tools

Disambiguation5/5

Only two tools exist, 'add_task' and 'complete_task', each with a clearly distinct purpose: creating a task vs marking it complete. No overlap or ambiguity.

Naming Consistency5/5

Both tools follow a consistent verb_noun pattern in snake_case (add_task, complete_task), making the naming predictable and easy to understand.

Tool Count2/5

With only two tools, the server is too minimal for a typical todo server. Essential operations like listing, getting, updating, and deleting tasks are missing, making it feel incomplete for its intended scope.

Completeness1/5

The tool surface is severely incomplete for a todo server. There is no way to view tasks, update task details, delete tasks, or query specific tasks. The agent can only add and complete, which is insufficient.

Maintenance

ActivitySlowing
ResponsivenessNo issues