Skip to main content
Glama

Mews MCP

by code-rabi

exportAccountingItems

Export charges, payments, and other accounting items within a specified period and format using Mews MCP. Customize exports by currency, time zone, or specific item IDs for precise financial reporting.

Instructions

Exports accounting items (charges, payments, etc.) in the specified format and period

Input Schema

NameRequiredDescriptionDefault
AccountingItemIdsNoSpecific accounting item IDs to export
CurrencyNoCurrency code for export amounts
EndUtcYesEnd date for export (ISO 8601)
FormatYesExport format (CSV, JSON, etc.)
StartUtcYesStart date for export (ISO 8601)
TimeZoneNoTime zone for date formatting

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "AccountingItemIds": { "description": "Specific accounting item IDs to export", "items": { "type": "string" }, "maxItems": 1000, "type": "array" }, "Currency": { "description": "Currency code for export amounts", "type": "string" }, "EndUtc": { "description": "End date for export (ISO 8601)", "type": "string" }, "Format": { "description": "Export format (CSV, JSON, etc.)", "enum": [ "Csv", "Json", "Excel" ], "type": "string" }, "StartUtc": { "description": "Start date for export (ISO 8601)", "type": "string" }, "TimeZone": { "description": "Time zone for date formatting", "type": "string" } }, "required": [ "StartUtc", "EndUtc", "Format" ], "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/code-rabi/mews-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server