reminders-mcp
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": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_reminder_listsA | List all reminder lists available in the macOS Reminders app. |
| list_remindersA | List reminders from the macOS Reminders app. Args: list_name: Optional name of a specific list to filter by. Leave empty for all lists. include_completed: Whether to include completed reminders (default: False). |
| create_reminderA | Create a new reminder in the macOS Reminders app. Args: name: The title of the reminder. list_name: The list to add the reminder to. Uses the default list if empty. due_date: Optional due date, e.g. "February 28, 2026 at 9:00 AM". notes: Optional notes/body for the reminder. Returns: The name of the created reminder. |
| update_reminderA | Update properties of an existing reminder. Args: name: The exact current name of the reminder to update. list_name: Optional list name to narrow the search. new_name: New title for the reminder. Leave empty to keep unchanged. notes: New notes/description. Leave empty to keep unchanged. due_date: New due date, e.g. "February 28, 2026 at 9:00 AM". Leave empty to keep unchanged. Returns: True if the reminder was found and updated, False otherwise. |
| complete_reminderA | Mark a reminder as completed. Args: name: The exact name of the reminder to complete. list_name: Optional list name to narrow the search. Returns: True if the reminder was found and completed, False otherwise. |
| delete_reminderA | Delete a reminder permanently. Args: name: The exact name of the reminder to delete. list_name: Optional list name to narrow the search. Returns: True if the reminder was found and deleted, False otherwise. |
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/mhtb32/reminders-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server