A
licenseNot graded
qualityA
maintenanceMCP server for Google Calendar that enables managing calendar events, scheduling meetings, RSVPing, and checking availability through natural language.
21 npm
1
MIT
No user-submitted related servers found.
Scored across 4 tools
Each tool has a clearly distinct purpose: creating location-based reminders, creating time-based reminders, deleting reminders, and listing reminders. There is no overlap or ambiguity.
All tools follow a consistent verb_noun pattern with lowercase snake_case (create_location_reminder, create_time_reminder, delete_reminder, list_reminders). No deviations.
With 4 tools covering creation (two types), deletion, and listing, the set is well-scoped for a reminder management server. Each tool adds clear value.
Core operations are present, but an update tool for modifying reminders is missing, which agents may need. This is a minor gap given the scope.