Finance · request_finance_approval
Request finance approval
Ask a human to validate a financial action.
- Price
- included
- Requirements
- No connector
- runs on platform keys
- Human approval
- No
- read or internal write
Input
| Field | Type | Description |
|---|---|---|
| approvals | array | Batch approvals: the FULL list of approval requests to raise in one call (preferred whenever there is more than one). Each item takes the same fields as a single approval. When provided, the top-level single-approval fields are ignored. |
| reason * | string | Reason why approval is needed |
| amount * | number | Amount involved in the action |
| currency | string | Currency code (default: EUR) |
| invoiceId | string | Related invoice UUID (optional) |
| action * | string | Description of the action requiring approval |
| urgency | normal | urgent | Urgency level (default: normal) |
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":"request_finance_approval","input":{"approvals":[],"reason":"…","amount":1,"currency":"…"}}'$
run({ "tool": "request_finance_approval", "input": {"approvals":[],"reason":"…","amount":1,"currency":"…"} })