Skip to main content
Glama

MCP Server: Weather & Upnify Integration

by adrielisa

search-upnify-contacts

Find and retrieve contact details (prospects and clients) in Upnify by searching with name, email, or phone number. Requires authentication for secure access.

Instructions

Search for contacts (prospects and clients) in Upnify by name, email, or phone (requires authentication)

Input Schema

NameRequiredDescriptionDefault
buscarYesSearch term: name, email, or phone number
cantidadRegistrosNoNumber of records to return
emailYesUpnify email address for authentication
passwordYesUpnify password for authentication

Input Schema (JSON Schema)

{ "properties": { "buscar": { "description": "Search term: name, email, or phone number", "type": "string" }, "cantidadRegistros": { "default": 10, "description": "Number of records to return", "maximum": 100, "minimum": 1, "type": "integer" }, "email": { "description": "Upnify email address for authentication", "type": "string" }, "password": { "description": "Upnify password for authentication", "type": "string" } }, "required": [ "email", "password", "buscar" ], "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