All tools

Finance · calculate_kpi

Financial KPIs

DSO, DPO, overdue ratio, AR/AP balances.

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)
metricsarrayMetrics to compute (default: all)

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_kpi","input":{"periodStart":"…","periodEnd":"…","metrics":[]}}'
$run({ "tool": "calculate_kpi", "input": {"periodStart":"…","periodEnd":"…","metrics":[]} })