Ask AI
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

FieldTypeDescription
metricstring (revenue | orders)Metric to forecast. Defaults to 'revenue'.
storestringSub-store key (e.g. 'acme-store-us'). Omit to forecast every store in the workspace (each
horizonintegerNumber 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.