AA
Ask AI
/get_daily_metrics
get daily metrics
Get daily/period numbers from one of three domains — pass `domain` to pick which, `report` to pick the report within it. `report:"daily"` exists in ALL THREE do
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_daily_metrics for me.
Input
| Field | Type | Description |
|---|---|---|
| domain* | string (funnel | revenue | operational) | Which daily-metrics domain to query. See the tool description for the report list and defa |
| report | string | Report type — valid values depend on `domain` (see tool description). Defaults to "daily" |
| startDate | string | Start date (YYYY-MM-DD). Default window (if omitted) varies by domain — see tool descripti |
| endDate | string | End date (YYYY-MM-DD). Defaults to yesterday (last fully-closed day) when omitted. |
| limit | integer | For domain:"operational", report:"daily": number of days to return (default: 30). |
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_daily_metrics","input":{"domain":"funnel"}}'cli
npx cracked-ai run -p mcp-com-ask-ai-data-connector-ask-ai -e /get_daily_metrics -i '{"domain":"funnel"}'mcp
run_tool({ provider: "mcp-com-ask-ai-data-connector-ask-ai", endpoint: "/get_daily_metrics", input: {"domain":"funnel"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.