Skip to main content
Glama

MCP Reminders

by MikeyBeez

move_to_notes

Transfer reminders to permanent notes within the MCP Reminders system by specifying a reminder ID and optional additional details for long-term storage.

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" }
Install Server

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