Finance · calculate_vat_return
VAT return
Collected and deductible VAT over a period.
- Price
- included
- Requirements
- No connector
- runs on platform keys
- Human approval
- No
- read or internal write
Input
| Field | Type | Description |
|---|---|---|
| periodStart * | string | Period start date (ISO 8601) |
| periodEnd * | string | Period end date (ISO 8601) |
| vatRate | number | Only include invoices at this rate (e.g. 20 for 20%). Omit for all rates. |
| basis | paid | issued | 'paid' = invoices paid in the period (encaissements, default) · 'issued' = invoices issued in the period (débits) |
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":"calculate_vat_return","input":{"periodStart":"…","periodEnd":"…","vatRate":1,"basis":"paid"}}'$
run({ "tool": "calculate_vat_return", "input": {"periodStart":"…","periodEnd":"…","vatRate":1,"basis":"paid"} })