Skip to main content
Glama

MCP Server: Weather & Upnify Integration

by adrielisa

create-upnify-prospect

Add new prospects to Upnify CRM by authenticating and providing details like name, email, phone, company, and address for efficient contact management integration.

Instructions

Create a new prospect in Upnify CRM (requires authentication)

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
emailYesUpnify email address for authentication
empresaNoCompany name
idPaisNoCountry code (e.g., MX, US)MX
movilNoMobile phone number
nombreYesFirst name of the prospect
passwordYesUpnify password for authentication
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" }, "email": { "description": "Upnify email address for authentication", "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" }, "password": { "description": "Upnify password for authentication", "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": [ "email", "password", "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