A
licenseNot graded
qualityD
maintenanceEnables management of Apple Reminders on macOS, including creating, updating, and querying reminders with due dates, priorities, and completion status across different reminder lists.
MIT
No user-submitted related servers found.
Scored across 7 tools
Each tool targets a distinct operation (create, read, update, delete, complete, uncomplete, list lists) with no overlap in purpose.
Tools follow a verbNoun pattern consistently, though 'listReminderLists' uses 'list' instead of 'get' like the others, and 'uncomplete' is a bit unusual but symmetrical to 'complete'.
7 tools is well-scoped for a reminders server, covering the essential operations without bloat or missing core functionality.
Covers CRUD, complete/uncomplete, and listing lists; missing a dedicated getReminderById (getReminders returns from a list) but core workflows are solid.