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
| Field | Type | Description |
|---|---|---|
| label * | string | Transaction label / description from bank statement |
| amount * | number | Transaction amount (negative = debit) |
| date | string | Transaction date (ISO 8601) |
| transactionId | string | UUID 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":"…"} })