Skip to main content
Glama

MCP Reminders

by MikeyBeez

remind_me

Set and manage personalized reminders with priority levels to ensure tasks and notes are tracked across sessions. Simplify organization for AI-assisted workflows.

Instructions

Add a reminder

Input Schema

NameRequiredDescriptionDefault
priorityNoPriority level (default: normal)
reminderYesWhat to remember

Input Schema (JSON Schema)

{ "properties": { "priority": { "description": "Priority level (default: normal)", "enum": [ "high", "normal", "low" ], "type": "string" }, "reminder": { "description": "What to remember", "type": "string" } }, "required": [ "reminder" ], "type": "object" }

Other Tools from MCP 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/MikeyBeez/mcp-reminders'

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