Skip to main content
Glama

MCP Server: Weather & Upnify Integration

by adrielisa

get-upnify-sales-report

Retrieve customizable sales reports from Upnify CRM by grouping data, selecting time periods, and specifying tax preferences. Requires authentication for secure access.

Instructions

Get sales report from Upnify with customizable grouping, period, year and tax options (requires authentication)

Input Schema

NameRequiredDescriptionDefault
agrupacionYesGroup by: 1=Executive, 2=Group, 3=Line, 17=Industry, 4=Origin, 5=Country, 6=Region
anioYesYear (2009-2025)
emailYesUpnify email address for authentication
impuestosYesTaxes: 0=Exclude, 1=Include
passwordYesUpnify password for authentication
periodicidadYesPeriod: 4=Monthly, 3=Bimonthly, 2=Quarterly, 1=Semiannual, 5=Biweekly, 6=Weekly

Input Schema (JSON Schema)

{ "properties": { "agrupacion": { "default": 17, "description": "Group by: 1=Executive, 2=Group, 3=Line, 17=Industry, 4=Origin, 5=Country, 6=Region", "enum": [ 1, 2, 3, 17, 4, 5, 6 ], "type": "integer" }, "anio": { "default": 2025, "description": "Year (2009-2025)", "maximum": 2025, "minimum": 2009, "type": "integer" }, "email": { "description": "Upnify email address for authentication", "type": "string" }, "impuestos": { "default": 0, "description": "Taxes: 0=Exclude, 1=Include", "enum": [ 0, 1 ], "type": "integer" }, "password": { "description": "Upnify password for authentication", "type": "string" }, "periodicidad": { "default": 6, "description": "Period: 4=Monthly, 3=Bimonthly, 2=Quarterly, 1=Semiannual, 5=Biweekly, 6=Weekly", "enum": [ 1, 2, 3, 4, 5, 6 ], "type": "integer" } }, "required": [ "email", "password", "agrupacion", "periodicidad", "anio", "impuestos" ], "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