Banking API payments analyst

Read only
These tools are enabled on request and only work for users with Tilopay banking API credentials. They are not part of the default MCP access: Tilopay enables the group case by case. Requires: Credenciales del API bancario de Tilopay registradas por Tilopay para ese usuario.
Read only

baas_analyze_payments

Analyses, read only, the payments of an account in a date range and returns a natural-language report: success, failures, reversals, net amounts and recommendations. It runs a language model over the computed figures.

Parameters

ParameterTypeRequiredDescription
accountTypestring (IBAN)Identifier scheme (IBAN)
accountValuestringyesAccount identifier (IBAN)
dateFromstringyesFrom, RFC 3339
dateTostringyesTo, RFC 3339
currencystringISO 4217 currency
directionstring (OUT | IN)OUT = sent, IN = received
questionstringSpecific focus for the analysis
maxItemsintegerMaximum payments to analyse, between 1 and 1000 (300 by default)
assignmentIdstringBanking API context (assignment); only needed when there are several

Returns

{ summary }

summary carries account, range, totals {count, succeeded, failed, reversed, pending, successRate}, byCurrency with succeededAmount, reversedAmount, netAmount and averageTicket, failureReasons and sample. The written report comes in the text. With no payments in the range it says so and does not analyse.

Last verified: 2026-09-03 · Owner: equipo-integraciones

View as raw Markdown