All tools

Finance · forecast_cashflow

Cash flow forecast

30, 60 and 90-day forecast.

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

Input

FieldTypeDescription
horizon30 | 60 | 90Forecast horizon in days (default: 90)
includeRecurringbooleanInclude recurring patterns in forecast (default: false)

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":"forecast_cashflow","input":{"horizon":30,"includeRecurring":true}}'
$run({ "tool": "forecast_cashflow", "input": {"horizon":30,"includeRecurring":true} })