Skip to main content
Glama

MCP Server: Weather & Upnify Integration

by adrielisa

get-upnify-pending-payments

Retrieve pending payments data from Upnify by grouping records and selecting specific time periods. Customize grouping by executive, industry, region, or other criteria, and define reporting frequency for streamlined insights.

Instructions

Get pending payments report from Upnify with customizable grouping and period options

Input Schema

NameRequiredDescriptionDefault
agrupacionYesGroup by: 1=Executive, 2=Group, 3=Line, 17=Industry, 4=Origin, 5=Country, 6=Region
periodicidadYesPeriod: 4=Monthly, 3=Bimonthly, 2=Quarterly, 1=Semiannual, 5=Biweekly, 6=Weekly

Input Schema (JSON Schema)

{ "properties": { "agrupacion": { "default": 1, "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" }, "periodicidad": { "default": 4, "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" ], "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