Skip to main content
Glama

MCP Server: Weather & Upnify Integration

by adrielisa

create-upnify-prospect

Add new prospects to Upnify CRM by inputting their name, email, and other details, facilitating streamlined CRM management within weather-integrated workflows.

Instructions

Create a new prospect in Upnify CRM

Input Schema

NameRequiredDescriptionDefault
apellidosNoLast name of the prospect
calleNoStreet address
ciudadNoCity
codigoPostalNoPostal code
coloniaNoNeighborhood/Colony
comentariosNoAdditional comments about the prospect
correoYesEmail address of the prospect
empresaNoCompany name
idPaisNoCountry code (e.g., MX, US)MX
movilNoMobile phone number
nombreYesFirst name of the prospect
puestoNoJob position
sexoNoGender (H for male, M for female)
telefonoNoPhone number

Input Schema (JSON Schema)

{ "properties": { "apellidos": { "description": "Last name of the prospect", "type": "string" }, "calle": { "description": "Street address", "type": "string" }, "ciudad": { "description": "City", "type": "string" }, "codigoPostal": { "description": "Postal code", "type": "string" }, "colonia": { "description": "Neighborhood/Colony", "type": "string" }, "comentarios": { "description": "Additional comments about the prospect", "type": "string" }, "correo": { "description": "Email address of the prospect", "type": "string" }, "empresa": { "description": "Company name", "type": "string" }, "idPais": { "default": "MX", "description": "Country code (e.g., MX, US)", "type": "string" }, "movil": { "description": "Mobile phone number", "type": "string" }, "nombre": { "description": "First name of the prospect", "type": "string" }, "puesto": { "description": "Job position", "type": "string" }, "sexo": { "description": "Gender (H for male, M for female)", "enum": [ "H", "M" ], "type": "string" }, "telefono": { "description": "Phone number", "type": "string" } }, "required": [ "nombre", "correo" ], "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