Skip to main content
Glama
leawn

Apple Reminders MCP Server

by leawn

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
listReminderListsA

Get all reminder lists from Apple Reminders

getRemindersB

Get reminders from a specific list in Apple Reminders

createReminderC

Create a new reminder in Apple Reminders

completeReminderB

Mark a reminder as completed in Apple Reminders

uncompleteReminderB

Mark a reminder as incomplete in Apple Reminders

deleteReminderB

Delete a reminder from Apple Reminders

updateReminderC

Update an existing reminder in Apple Reminders

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 7 tools

Disambiguation5/5

Each tool targets a distinct operation (create, read, update, delete, complete, uncomplete, list lists) with no overlap in purpose.

Naming Consistency4/5

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'.

Tool Count5/5

7 tools is well-scoped for a reminders server, covering the essential operations without bloat or missing core functionality.

Completeness4/5

Covers CRUD, complete/uncomplete, and listing lists; missing a dedicated getReminderById (getReminders returns from a list) but core workflows are solid.

Maintenance

ActivityInactive
ResponsivenessNo issues