AA
Ask AI
/get_forecast
get forecast
Forecast a metric — answers 'what should I expect?' / 'are we on track this month?' / 'project next month'. Returns a per-store `stores` array (each in its OWN
liveunknown~5s typical
mcpaskai
$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-ask-ai-data-connector-ask-ai /get_forecast for me.
Input
| Field | Type | Description |
|---|---|---|
| metric | string (revenue | orders) | Metric to forecast. Defaults to 'revenue'. |
| store | string | Sub-store key (e.g. 'acme-store-us'). Omit to forecast every store in the workspace (each |
| horizon | integer | Number of future FULL months to project after the current one (1-3). Defaults to 1. |
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-ask-ai-data-connector-ask-ai","endpoint":"/get_forecast","input":{}}'cli
npx cracked-ai run -p mcp-com-ask-ai-data-connector-ask-ai -e /get_forecast -i '{}'mcp
run_tool({ provider: "mcp-com-ask-ai-data-connector-ask-ai", endpoint: "/get_forecast", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.