All tools

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

FieldTypeDescription
periodStart *stringPeriod start date (ISO 8601)
periodEnd *stringPeriod end date (ISO 8601)
vatRatenumberOnly include invoices at this rate (e.g. 20 for 20%). Omit for all rates.
basispaid | 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"} })