Skip to main content
Glama

Related Servers

Alternatives to G-Guest MCP server

No user-submitted related servers found.

    Related Servers

    TDQS

    A3.9/5.0

    Scored across 8 tools

    Disambiguation4/5

    Most tools map cleanly to distinct operations—availability, existing booking lookup, cancellation, business discovery, and onboarding. The only real ambiguity is between fetch and get_business, which both return business details and are differentiated mainly by id versus slug.

    Naming Consistency4/5

    create_booking, cancel_booking, check_availability, check_booking, get_business, and request_listing follow a clear verb_noun pattern. fetch and search are bare verbs, so two tools break the pattern, but overall the naming is still readable and predictable.

    Tool Count5/5

    8 tools is well-scoped for a booking assistant: discovery, availability, booking lifecycle, and onboarding each have coverage. No tool feels redundant or superfluous.

    Completeness4/5

    The booking lifecycle is covered end-to-end via availability, create, check, and cancel, with moving a booking explicitly handled by cancel-and-recreate. Business discovery and listing-request flows are present, though there is no in-server update or confirmation action; the confirmation_url is delegated to the guest, so minor gaps remain.

    Maintenance

    ActivityMaintained
    ResponsivenessNo issues