AA
Ask AI
/get_velocity
get velocity
Get sales-velocity analytics from one of two angles — pass `angle` to pick which, `report` to pick the report within it. • angle:"inventory" — the INVENTORY-ma
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_velocity for me.
Input
| Field | Type | Description |
|---|---|---|
| angle* | string (inventory | product) | Which velocity angle to query. See the tool description for the report list and defaults p |
| report* | string | Report type — valid values depend on `angle` (see tool description): inventory has summary |
| days | integer | Days for velocity calculation (default: 30 in both angles). Ignored by angle:"product", re |
| limit | integer | For by_product: number of products (default: 20). |
| sortBy | string (velocity | daysOfStock | risk) | For by_product: sort field. |
| filter | string (all | atRisk | overstocked | outOfStock) | For by_product: filter. |
| leadTimeDays | integer | For angle:"inventory", report:"restock": lead time in days (default: 14). |
| safetyStockDays | integer | For angle:"inventory", report:"restock": safety buffer days (default: 7). |
| productId | string | For angle:"product", report:"trend": Shopify product ID (required). |
| variantId | string | For angle:"product", report:"trend": Shopify variant ID (optional). |
| maxOrders | integer | For angle:"product", report:"stagnant": max orders to count as stagnant (default: 0 = zero |
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_velocity","input":{"angle":"inventory","report":"..."}}'cli
npx cracked-ai run -p mcp-com-ask-ai-data-connector-ask-ai -e /get_velocity -i '{"angle":"inventory","report":"..."}'mcp
run_tool({ provider: "mcp-com-ask-ai-data-connector-ask-ai", endpoint: "/get_velocity", input: {"angle":"inventory","report":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.