Reminders MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_reminder_listsA | Get all reminder lists from macOS Reminders app. Returns list names, IDs, and reminder counts. |
| create_reminder_listC | Create a new reminder list in macOS Reminders app. |
| delete_reminder_listA | Delete a reminder list and all its reminders. This action cannot be undone. |
| rename_reminder_listC | Rename an existing reminder list. |
| get_remindersB | Get reminders with optional filtering by list, completion status, priority, date range, or search text. |
| get_reminderC | Get a single reminder by its ID. |
| create_reminderC | Create a new reminder in the specified list. |
| update_reminderC | Update an existing reminder's properties. Only specified fields will be changed. |
| delete_reminderA | Delete a reminder. This action cannot be undone. |
| complete_reminderC | Mark a reminder as completed or incomplete. |
| batch_create_remindersB | Create multiple reminders at once. More efficient than creating one at a time. |
| batch_update_remindersB | Update multiple reminders at once. More efficient than updating one at a time. |
| batch_complete_remindersC | Mark multiple reminders as completed or incomplete at once. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jagadeesh52423/remainders-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server