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
| Field | Type | Description |
|---|---|---|
| reportType * | weekly | monthly | cashflow | vat | custom | Type of report to generate |
| periodStart * | string | Period start date (ISO 8601) |
| periodEnd * | string | Period end date (ISO 8601) |
| title | string | Report title (default: "<type> <periodStart> → <periodEnd>") |
| commentary | string | Your 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":"…"} })