Skip to main content
Glama

MCP Server: Weather & Upnify Integration

by adrielisa

get-upnify-sales-report

Generate customized sales reports from Upnify by specifying grouping, period, year, and tax options for detailed analysis and insights.

Instructions

Get sales report from Upnify with customizable grouping, period, year and tax options

Input Schema

NameRequiredDescriptionDefault
agrupacionYesGroup by: 1=Executive, 2=Group, 3=Line, 17=Industry, 4=Origin, 5=Country, 6=Region
anioYesYear (2009-2025)
impuestosYesTaxes: 0=Exclude, 1=Include
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" }, "impuestos": { "default": 0, "description": "Taxes: 0=Exclude, 1=Include", "enum": [ 0, 1 ], "type": "integer" }, "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": [ "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