Skip to main content
Glama

MCP Server: Weather & Upnify Integration

by adrielisa

get-upnify-conversion-report

Generate Upnify CRM conversion reports by group, executive, origin, or region for specified periods. Authenticate with email and password to access detailed, customizable sales performance insights.

Instructions

Get conversion report from Upnify by group, executive, origin, or region and period (requires authentication)

Input Schema

NameRequiredDescriptionDefault
agrupacionYesGroup by: 1=Executive, 2=Group, 3=Origin, 4=Region
emailYesUpnify email address for authentication
passwordYesUpnify password for authentication
periodoYesPeriod for report filtering. Options: 1=Today, 2=Yesterday, 3=Current week, 4=Last week, 5=Current month, 6=Last month, 8=Current year, 10=Last year, 13=Current semester, 14=Last semester, 17=Current quarter, 18=Last quarter.
situacionYesSituation: 0=Include discarded, 1=Exclude discarded

Input Schema (JSON Schema)

{ "properties": { "agrupacion": { "default": 2, "description": "Group by: 1=Executive, 2=Group, 3=Origin, 4=Region", "enum": [ 1, 2, 3, 4 ], "type": "integer" }, "email": { "description": "Upnify email address for authentication", "type": "string" }, "password": { "description": "Upnify password for authentication", "type": "string" }, "periodo": { "default": 5, "description": "Period for report filtering. Options: 1=Today, 2=Yesterday, 3=Current week, 4=Last week, 5=Current month, 6=Last month, 8=Current year, 10=Last year, 13=Current semester, 14=Last semester, 17=Current quarter, 18=Last quarter.", "enum": [ 1, 2, 3, 4, 5, 6, 8, 10, 13, 14, 17, 18 ], "type": "integer" }, "situacion": { "default": 0, "description": "Situation: 0=Include discarded, 1=Exclude discarded", "enum": [ 0, 1 ], "type": "integer" } }, "required": [ "email", "password", "agrupacion", "periodo", "situacion" ], "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