All tools

Finance · generate_financial_report

Financial report

Period report (weekly, monthly, cash flow, VAT).

Price
plan AI usage
Requirements
No connector
runs on platform keys
Human approval
No
read or internal write

Input

FieldTypeDescription
reportType *weekly | monthly | cashflow | vat | customType of report to generate
periodStart *stringPeriod start date (ISO 8601)
periodEnd *stringPeriod end date (ISO 8601)
titlestringReport title (default: "<type> <periodStart> → <periodEnd>")
commentarystringYour commentary saved with the report: executive summary, risks, recommended actions (plain text or markdown)

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":"generate_financial_report","input":{"reportType":"weekly","periodStart":"…","periodEnd":"…","title":"…"}}'
$run({ "tool": "generate_financial_report", "input": {"reportType":"weekly","periodStart":"…","periodEnd":"…","title":"…"} })