Skip to main content
Glama

MCP Apple Reminders

by shadowfax92

deleteReminder

Remove specific reminders from Apple Reminders by specifying the list name and reminder name. Simplify task management by eliminating completed or unnecessary reminders directly through natural language commands.

Input Schema

NameRequiredDescriptionDefault
listNameYes
reminderNameYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "listName": { "type": "string" }, "reminderName": { "type": "string" } }, "required": [ "listName", "reminderName" ], "type": "object" }

Other Tools from MCP Apple Reminders

Related Tools

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/shadowfax92/apple-reminders-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server