remind-mcp
Related Servers
Alternatives to remind-mcp
No user-submitted related servers found.
Related Servers
- AlicenseAqualityCmaintenanceLets an AI agent read and manage a family's EduPage school data, including timetables, homework, grades, messages, absences, events, and canteen meals, and also send messages to teachers or order meals.16MIT
- AlicenseAqualityFmaintenanceEnables Claude to access the ParentSquare school-parent communication platform via its web interface and internal APIs, covering parent features like feeds, calendars, messages, forms, and payments, plus school admin roster management such as students, guardians, classes, and staff.481MIT
- AlicenseAqualityAmaintenanceEnables Claude to access ParentSquare school-parent communication platform, including feeds, calendar, conversations, and media files.4832 PyPI9MIT
- AlicenseAqualityCmaintenanceEnables Claude to access school information system data such as timetables, grades, homework, messages, students, teachers, and meal information, including meal ratings.26GPL 3.0
- AlicenseAqualityAmaintenanceEnables AI agents to query and manage EduPage school accounts, including timetables, grades, homework, meals, messages, multi-school discovery, role-aware student switching, and 2FA login.29278 PyPI1MIT
- FlicenseNot gradedqualityCmaintenanceEnables AI assistants to operate Google Classroom, letting users list courses and students, check assignment submissions, and create coursework and announcements through natural language.-
TDQS
Scored across 10 tools
Most tools target a distinct resource+action, and descriptions clarify roles (list_entities as the entry point, get_classes for detail, list_chats for streams). There is mild overlap between remind_list_entities and remind_list_chats (entities already includes chats), and remind_me vs remind_healthcheck both touch the session, but the descriptions resolve these boundaries.
All tools share a consistent remind_ prefix and predominantly follow verb_noun (get_classes, list_chats, send_message, set_notification_devices). Minor deviations like remind_me and remind_healthcheck/remind_graphql (noun-only) are readable and don't break the pattern.
Ten tools is well within the ideal range and each earns its place: identity, settings, entity/class/chat/message reads, a write, and a read-only GraphQL escape hatch. Nothing looks redundant or padded.
Core read and messaging workflows are covered (account, settings, entities, classes, chats, messages, send), and the read-only GraphQL tool provides a discovery fallback for unexposed fields. There are minor gaps around write operations like creating/editing classes or marking messages read, but agents can largely work around them.