Tous les outils

Finance · reconcile_bank_statement

Rapprochement bancaire

Rapproche les transactions bancaires des factures.

Prix
usage IA du plan
Prérequis
Aucun connecteur
fonctionne sur les clés plateforme
Validation humaine
Non
lecture ou écriture interne

Entrée

ChampTypeDescription
bankAccountId *stringBank account identifier (any stable label, e.g. "BNP-courant")
fromDate *stringStart date for transactions (ISO 8601)
toDatestringEnd date for transactions (ISO 8601, defaults to today)
transactionsarrayStatement lines to import before reconciling — the FULL statement in one call. Lines already imported (same account, date, label, amount) are skipped.

Appeler cet outil

Via l'API HTTP, ou depuis le serveur MCP avec le méta-outil run.

curl https://api.ezyagents.fr/gateway/v1/run \
  -H "Authorization: Bearer ezk_…" -H "Content-Type: application/json" \
  -d '{"tool":"reconcile_bank_statement","input":{"bankAccountId":"…","fromDate":"…","toDate":"…","transactions":[]}}'
$run({ "tool": "reconcile_bank_statement", "input": {"bankAccountId":"…","fromDate":"…","toDate":"…","transactions":[]} })