Skip to main content
Glama
andreasd083

amazing-marvin-complete-mcp

Related Servers

Alternatives to amazing-marvin-complete-mcp

No user-submitted related servers found.

    Related Servers

    TDQS

    A3.7/5.0

    Scored across 37 tools

    Disambiguation3/5

    Most tools have clear distinct purposes, but there is semantic overlap: update_task vs set_priority (explicitly warns to use set_priority for priority), mark_done vs update_task, and create_category_or_project vs convert_category_or_project. The descriptions are exceptionally detailed and often clarify boundaries, preventing lower scoring, but an agent must read carefully to avoid misselection.

    Naming Consistency4/5

    The vast majority follow a consistent snake_case verb_noun pattern (get_*, create_*, update_*, delete_*, mark_done, unmark_done, start_tracking, stop_tracking). A couple of deviations like 'mark_done' (verb without explicit object) and 'test_connection' are minor and readable.

    Tool Count2/5

    37 tools is heavy for a task-management API integration. While the domain is broad (tasks, projects, categories, habits, rewards, time tracking, calendar, reminders), many tools could be consolidated (e.g., separate getters for today, due, done, children), and the count strains the 'well-scoped' ideal.

    Completeness4/5

    The surface covers a large portion of the domain with CRUD for tasks, categories/projects, time tracking, rewards, reminders, habits, and read operations for various views. Some gaps exist (e.g., no dedicated tool to set task time/reminder fields, no batch operations), but agents can work around most missing operations via update_task or other tools.

    Maintenance

    ActivityMaintained
    ResponsivenessWithin a week