Skip to main content
Glama

MCP Server: Weather & Upnify Integration

by adrielisa

get-upnify-pending-payments

Retrieve pending payment reports from Upnify with customizable grouping and period options. Authenticate using your Upnify credentials to generate detailed insights for efficient CRM management.

Instructions

Get pending payments report from Upnify with customizable grouping and period options (requires authentication)

Input Schema

NameRequiredDescriptionDefault
agrupacionYesGroup by: 1=Executive, 2=Group, 3=Line, 17=Industry, 4=Origin, 5=Country, 6=Region
emailYesUpnify email address for authentication
passwordYesUpnify password for authentication
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" }, "email": { "description": "Upnify email address for authentication", "type": "string" }, "password": { "description": "Upnify password for authentication", "type": "string" }, "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": [ "email", "password", "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