Skip to main content
Glama

MCP Server: Weather & Upnify Integration

by adrielisa

create-upnify-reminder

Schedule reminders in Upnify agenda by providing subject, description, and start date. Supports weather and CRM integration for streamlined task management.

Instructions

Create a new reminder in Upnify agenda

Input Schema

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

Input Schema (JSON Schema)

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