Skip to main content
Glama

Related Servers

Alternatives to A1 Google Chat MCP

No user-submitted related servers found.

    Related Servers

    TDQS

    A4.6/5.0

    Scored across 14 tools

    Disambiguation5/5

    Each tool maps to a distinct Google Chat resource and action: spaces discovery/reading/search, DM lookup, message CRUD, reactions, members, attachments, and a raw escape hatch. Even the space-finding tools are clearly separated by membership scope versus admin-wide search, so an agent can reliably choose the right one.

    Naming Consistency5/5

    All tool names use a consistent snake_case verb_noun pattern: list_* for collections, get_* for singletons, send/update/delete for message lifecycle, and manage_* for sub-resources. raw_request is the only deviation, but it is an intentional, clearly named escape hatch rather than a naming inconsistency.

    Tool Count5/5

    14 tools is well within the well-scoped range and each one earns its place by covering a distinct part of the Chat API. The count feels proportionate to the domain: spaces, messages, members, reactions, attachments, and an escape hatch for advanced operations.

    Completeness4/5

    The typed surface covers the core workflows: list/read spaces, send/edit/delete messages, manage members and reactions, and inspect attachments. Minor gaps remain around attachment upload/download and some space/admin operations, which are either left to raw_request or explicitly outside the server's scope.

    Maintenance

    ActivityMaintained
    ResponsivenessNo issues