Skip to main content
Glama

MCP Reminders

by MikeyBeez

move_to_notes

Transfer reminders to permanent notes for long-term storage and reference, ensuring important tasks and details are retained across AI assistant sessions.

Instructions

Move reminder to permanent notes

Input Schema

NameRequiredDescriptionDefault
idYesReminder ID
noteNoAdditional note (optional)

Input Schema (JSON Schema)

{ "properties": { "id": { "description": "Reminder ID", "type": "string" }, "note": { "description": "Additional note (optional)", "type": "string" } }, "required": [ "id" ], "type": "object" }

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