Skip to main content
Glama

Related Servers

Alternatives to @calmesh/mcp-server

No user-submitted related servers found.

    Related Servers

    TDQS

    A3.6/5.0

    Scored across 22 tools

    Disambiguation3/5

    Most tools are clearly separated by domain (events, bookings, polls, connections), but 'get_events' and 'get_event_details' both fetch events in a date range with different detail levels, and 'check_availability' and 'get_slots' both return free time slots but in different contexts. These overlapping boundaries could cause agents to select the wrong tool.

    Naming Consistency4/5

    All tool names follow a consistent calmesh_verb_noun snake_case pattern, which is easy to read and predict. However, read operations use a mix of 'list', 'get', and 'check' (e.g., list_calendars, get_events, check_availability), a minor inconsistency that slightly reduces predictability.

    Tool Count4/5

    With 22 tools covering calendars, events, bookings, polls, and connections, the count is high but justified by the breadth of functionality. It sits slightly above the ideal 3-15 range but is not excessive for the domain.

    Completeness3/5

    The tool surface covers most workflows, but there is no update_event tool, making it impossible to modify existing events, and no delete_calendar. Bookings and polls also lack update operations, forcing workarounds like delete-and-recreate. These gaps could hinder common tasks.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues