Skip to main content
Glama

Related Servers

Alternatives to mcp-google-tasks

No user-submitted related servers found.

    Related Servers

    TDQS

    A4.7/5.0

    Scored across 15 tools

    Disambiguation5/5

    Each tool targets a distinct action and resource: list vs. single, list-level vs. task-level, mutation vs. completion vs. movement. The descriptions reinforce boundaries, such as update_task explicitly deferring status changes to complete_task/reopen_task and reordering to move_task, so an agent should not misselect.

    Naming Consistency5/5

    Tool names consistently follow a verb-first snake_case pattern (get_, list_, create_, update_, delete_, move_, complete_, reopen_, clear_). The naming is predictable across both task lists and tasks, with raw_request as the only deliberate outlier that clearly signals its escape-hatch role.

    Tool Count5/5

    15 tools is at the upper bound but not inflated: the server covers both task lists and tasks, including lifecycle, completion state, reordering, and clearing. Every typed tool maps to a meaningful Google Tasks API operation, and raw_request handles edge cases without adding redundant surface.

    Completeness5/5

    The surface covers full CRUD for both task lists and tasks, plus task-specific operations: completion, reopen, move, and clear completed. The raw_request escape hatch fills any remaining API gaps, and stated limitations are API constraints rather than missing tools.

    Maintenance

    ActivityMaintained
    ResponsivenessNo issues