Transactions

low

Payment / ledger transactions: amount, currency, status, customer linkage.

transactions_v1

Fields

ColumnTypeRequiredHints
idstringyes
amountnumberyesbetrag · montant · importe · amount
currencystringyeswährung · devise · moneda · valuta
statusenumstatus · statut · estado · stato
customer_idstringkunde · client · cliente
created_atdate
descriptionstringbeschreibung · description · descripción · descrizione

Use via MCP

Drop AdaptivMapr into Cursor or Claude Desktop. Schema-only calls are free and unlimited.

adaptivmapr.match_headers({
  template: "transactions_v1",
  headers: ["first_name", "last_name", /* ... */]
})
MCP install instructions →