Skip to main content
Glama

MCP Server: Weather & Upnify Integration

by adrielisa

create-upnify-opportunity

Generate new sales opportunities in Upnify CRM by defining concepts, prospect tokens, amounts, and commission percentages, integrated with dynamic authentication through the Weather & Upnify MCP Server.

Instructions

Create a new opportunity for a prospect in Upnify CRM (requires tkProspecto from search)

Input Schema

NameRequiredDescriptionDefault
comisionYesCommission percentage (as decimal, e.g., 0.15 for 15%)
conceptoYesOpportunity concept or description
montoYesOpportunity amount in currency
tkProspectoYesProspect token (obtained from search-upnify-contacts)

Input Schema (JSON Schema)

{ "properties": { "comision": { "description": "Commission percentage (as decimal, e.g., 0.15 for 15%)", "maximum": 1, "minimum": 0, "type": "number" }, "concepto": { "description": "Opportunity concept or description", "type": "string" }, "monto": { "description": "Opportunity amount in currency", "minimum": 0, "type": "number" }, "tkProspecto": { "description": "Prospect token (obtained from search-upnify-contacts)", "type": "string" } }, "required": [ "concepto", "tkProspecto", "monto", "comision" ], "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