AA
Ask AI
/get_yoy_monthly
get yoy monthly
Month-by-month year-over-year comparison for a single metric. SINGLE-CALL ANSWER for 'how is revenue this year vs last year by month?' / 'show me 2026 vs 2025 m
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_yoy_monthly for me.
Input
| Field | Type | Description |
|---|---|---|
| metric* | string | Metric key (e.g. 'revenue', 'orders', 'aov', 'cvr', 'sessions', 'tickets_total'). Must be |
| currentYear | integer | Year to use as the current side of the comparison. Defaults to the current calendar year ( |
| compareYear | integer | Year to compare against. Defaults to currentYear - 1. |
| source | string | Filter by source ('shopify', 'tw', 'ga4', 'google-ads', 'search-console', 'gorgias', 'ship |
| store | string | Filter by sub-store key (e.g. 'acme-store-us'). Omit to sum across all stores in the works |
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_yoy_monthly","input":{"metric":"..."}}'cli
npx cracked-ai run -p mcp-com-ask-ai-data-connector-ask-ai -e /get_yoy_monthly -i '{"metric":"..."}'mcp
run_tool({ provider: "mcp-com-ask-ai-data-connector-ask-ai", endpoint: "/get_yoy_monthly", input: {"metric":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.