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

FieldTypeDescription
angle*string (inventory | product)Which velocity angle to query. See the tool description for the report list and defaults p
report*stringReport type — valid values depend on `angle` (see tool description): inventory has summary
daysintegerDays for velocity calculation (default: 30 in both angles). Ignored by angle:"product", re
limitintegerFor by_product: number of products (default: 20).
sortBystring (velocity | daysOfStock | risk)For by_product: sort field.
filterstring (all | atRisk | overstocked | outOfStock)For by_product: filter.
leadTimeDaysintegerFor angle:"inventory", report:"restock": lead time in days (default: 14).
safetyStockDaysintegerFor angle:"inventory", report:"restock": safety buffer days (default: 7).
productIdstringFor angle:"product", report:"trend": Shopify product ID (required).
variantIdstringFor angle:"product", report:"trend": Shopify variant ID (optional).
maxOrdersintegerFor 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.