All tools

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

FieldTypeDescription
approvalsarrayBatch 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 *stringReason why approval is needed
amount *numberAmount involved in the action
currencystringCurrency code (default: EUR)
invoiceIdstringRelated invoice UUID (optional)
action *stringDescription of the action requiring approval
urgencynormal | urgentUrgency 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":"…"} })