Skip to main content
Glama

Server Details

Invite someone to a calendar event by phone number and get their real email back when they accept.

Glama couldn't complete the latest health check. If this server requires authentication, missing or expired test credentials may be the cause. A test profile lets Glama authenticate for health checks and discover tools; it is separate from your personal connections.

If you are the author, claim ownership, then add or update a test profile under Admin → Test Profile.

Status
Unhealthy
OAuth
Works in Glama
Last Tested
Transport
Streamable HTTP
URL

TDQS

A4.4/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct responsibilities: one initiates the invite, the other retrieves its status. There is no overlap in purpose, so an agent can easily choose the right tool.

Naming Consistency5/5

Both tools follow a consistent verb_noun pattern: send_calendar_invite and get_invite_status. The verbs are clear and the nouns describe the target, making the naming predictable and readable.

Tool Count4/5

With only two tools, the set is minimal but directly covers the server's intended functionality of sending invites and checking their status. This is slightly under the typical 3-15 range but reasonable for a narrow use case.

Completeness4/5

The workflow of sending an invite and then checking/receiving the result is fully covered. Missing operations like cancellation are not explicitly required for this domain, so only minor gaps exist.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 1 tool update
    • Changedsend_calendar_invite3 fields changed
      • changedInput schema / properties / phone / description
        Previous value: -"Recipient phone number, US/Canada. Accepts +15551234567, 15551234567, 5551234567, or (555) 123-4567."New value: +"Recipient phone number, US only. Accepts +15551234567, 15551234567, 5551234567, or (555) 123-4567."
      • changedInput schema / properties / start / description
        Previous value: -"Event start. ISO 8601 datetime (e.g. 2026-06-15T14:00:00Z) or a date (2026-06-15) for an all-day event."New value: +"Event start. ISO 8601 datetime, or a date (2026-06-15) for an all-day event. PREFERRED for a timed event: local wall-clock time plus `timezone` (e.g. start \"2026-06-15T14:00:00\" with timezone \"America/Chicago\" = 2pm in Chicago). An offset (\"2026-06-15T14:00:00-05:00\") or UTC (\"2026-06-15T19:00:00Z\") is also accepted. A bare local time with NO timezone is read as UTC."
      • addedInput schema / properties / timezone
        Added value: +{
        +  "description": "IANA time zone of the event, e.g. \"America/Chicago\". Strongly recommended for any timed event: the invite SMS shows the time in this zone with its abbreviation (\"Mon, Jun 15, 2026 at 2:00 PM CDT\"), so the recipient reads the time the organizer actually meant. Without it a UTC time is shown labelled \"UTC\", which is correct but rarely what the recipient expects.",
        +  "type": "string"
        +}
  2. 2 tool updates
    • First observedget_invite_status
    • First observedsend_calendar_invite

Related MCP Connectors

Related MCP Servers

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources