Skip to main content
Glama
Preeti325

MCP Calendar Tools

by Preeti325

Related Servers

Alternatives to MCP Calendar Tools

No user-submitted related servers found.

    Related Servers

    TDQS

    B3/5.0

    Scored across 2 tools

    Disambiguation5/5

    The two tools serve clearly distinct purposes: one reads/queries events while the other creates new ones. There is no ambiguity between them, and each has a single unambiguous responsibility.

    Naming Consistency4/5

    Both tools follow a consistent verb_noun pattern (get_schedule, create_event), using snake_case throughout. Minor inconsistency exists in noun phrasing (schedule vs event) but the pattern is otherwise predictable and readable.

    Tool Count2/5

    Two tools feels very thin for a calendar server. A calendar domain typically warrants at least update/delete operations and date-range queries, making this extremely sparse for its apparent purpose.

    Completeness1/5

    The surface is severely incomplete. It covers only retrieving events for a single date and creating an event, but lacks update_event, delete_event, list_all_events, searching by range, and any management capabilities. This severely limits what agents can accomplish.

    Maintenance

    ActivityStale
    ResponsivenessNo issues