F
licenseNot graded
qualityD
maintenanceAllows interaction with Google Calendar through Claude Desktop using the Model Context Protocol, enabling calendar event management and schedule analysis.
2
-
No user-submitted related servers found.
Scored across 2 tools
Only two tools with completely distinct purposes: creating events and health checking. No ambiguity.
Both tools use snake_case naming, and the pattern is simple and predictable.
With only 2 tools, the server is extremely minimal for a calendar service. Typically, a calendar server would need at least list, get, update, delete operations.
The server only provides create_event and health. Missing essential CRUD operations like listing events, updating, and deleting, which are necessary for a calendar domain.