Skip to main content
Glama

MCP Server: Weather & Upnify Integration

by adrielisa

create-upnify-reminder

Schedule reminders in Upnify agenda by specifying a title, description, and start time. Requires email and password for authentication.

Instructions

Create a new reminder in Upnify agenda (requires authentication)

Input Schema

NameRequiredDescriptionDefault
asuntoYesSubject/title of the reminder
descripcionYesDescription or details of the reminder
emailYesUpnify email address for authentication
fechaInicioYesStart date and time in format YYYY-MM-DD HH:mm (e.g., "2025-07-26 05:00")
passwordYesUpnify password for authentication

Input Schema (JSON Schema)

{ "properties": { "asunto": { "description": "Subject/title of the reminder", "type": "string" }, "descripcion": { "description": "Description or details of the reminder", "type": "string" }, "email": { "description": "Upnify email address for authentication", "type": "string" }, "fechaInicio": { "description": "Start date and time in format YYYY-MM-DD HH:mm (e.g., \"2025-07-26 05:00\")", "type": "string" }, "password": { "description": "Upnify password for authentication", "type": "string" } }, "required": [ "email", "password", "asunto", "descripcion", "fechaInicio" ], "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/adrielisa/MCP'

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