AA
Ask AI
/get_metrics_multi_compare
get metrics multi compare
Get metrics with MULTIPLE comparisons at once. Perfect for questions like 'Show me revenue WoW and YoY' or 'Compare this week to last week and same week last ye
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_metrics_multi_compare for me.
Input
| Field | Type | Description |
|---|---|---|
| startDate* | string | Start date of current period (YYYY-MM-DD) |
| endDate* | string | End date of current period (YYYY-MM-DD) |
| comparisons | array | List of comparison types to include (default: ['wow', 'yoy']) |
| customComparisons | array | Custom comparison periods (e.g., last year's sale period) |
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_metrics_multi_compare","input":{"startDate":"...","endDate":"..."}}'cli
npx cracked-ai run -p mcp-com-ask-ai-data-connector-ask-ai -e /get_metrics_multi_compare -i '{"startDate":"...","endDate":"..."}'mcp
run_tool({ provider: "mcp-com-ask-ai-data-connector-ask-ai", endpoint: "/get_metrics_multi_compare", input: {"startDate":"...","endDate":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.