C
clariBI
/list_forecasts
list forecasts
List metric forecasts in your clariBI organization. Each row covers one metric: its source binding, horizon, schedule, and the latest run status. Use get_foreca
liveunknown~5s typical
mcpclaribi
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-claribi-mcp-server /list_forecasts for me.
Input
| Field | Type | Description |
|---|---|---|
| limit | integer | Page size (1-100). default 20 |
| offset | integer | Row offset for pagination. default 0 |
| is_active | boolean | Filter by active forecasts. Omit to include both active and paused. |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-claribi-mcp-server","endpoint":"/list_forecasts","input":{"limit":20,"offset":0}}'cli
npx cracked-ai run -p mcp-com-claribi-mcp-server -e /list_forecasts -i '{"limit":20,"offset":0}'mcp
run_tool({ provider: "mcp-com-claribi-mcp-server", endpoint: "/list_forecasts", input: {"limit":20,"offset":0} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.