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
| Field | Type | Description |
|---|---|---|
| horizon | 30 | 60 | 90 | Forecast horizon in days (default: 90) |
| includeRecurring | boolean | Include 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} })