All tools

Finance · categorize_transaction

Categorize a transaction

Categorize a bank transaction.

Price
plan AI usage
Requirements
No connector
runs on platform keys
Human approval
No
read or internal write

Input

FieldTypeDescription
label *stringTransaction label / description from bank statement
amount *numberTransaction amount (negative = debit)
datestringTransaction date (ISO 8601)
transactionIdstringUUID of the transaction to update in DB (optional)

Call this tool

Through the HTTP API, or from the MCP server with the run meta-tool.

curl https://api.ezyagents.fr/gateway/v1/run \
  -H "Authorization: Bearer ezk_…" -H "Content-Type: application/json" \
  -d '{"tool":"categorize_transaction","input":{"label":"…","amount":1,"date":"…","transactionId":"…"}}'
$run({ "tool": "categorize_transaction", "input": {"label":"…","amount":1,"date":"…","transactionId":"…"} })