Skip to main content
Glama

Related Servers

Alternatives to To Do List MCP

No user-submitted related servers found.

    Related Servers

    TDQS

    D1.9/5.0

    Scored across 4 tools

    Disambiguation4/5

    task_add, task_update, task_complete, and task_get target reasonably distinct actions on a task. However, task_complete overlaps with task_update (completing is a specialized update), and the absence of descriptions leaves boundaries somewhat implicit.

    Naming Consistency5/5

    All four tools follow a strict task_<verb> snake_case pattern with no deviations. The convention is predictable and immediately readable.

    Tool Count4/5

    Four tools is a sensible, well-scoped surface for a simple to-do list server. It is on the lean side but each tool maps to a clear operation.

    Completeness3/5

    The set covers create, read, update, and complete, but lacks a list/query-all operation and a delete/remove operation. These are notable gaps for a to-do domain that will force agents to work around missing lifecycle steps.

    Maintenance

    ActivityMaintained
    ResponsivenessNo issues