D
Dreamlit
/get_analytics
Get analytics
Read-only. Use to query Dreamlit analytics for overview metrics, notification rows, recipient engagement, or workflow run rows with filters, sorting, and cursor
liveunknown~5s typical
mcpdreamlit
$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-ai-dreamlit-mcp /get_analytics for me.
Input
| Field | Type | Description |
|---|---|---|
| projectId | string | Project id to query analytics from. Required when access is ambiguous. |
| view* | string (overview | notifications | recipients | workflow_runs) | Analytics surface to query: overview cards, notification rows, recipient rows, or workflow |
| channel | string (email | slack) | Notification channel for overview and notification analytics. Defaults to email. Recipient |
| window | string (1h | 24h | 7d | 14d | 30d | 90d) | Relative analytics window. Defaults to 30d. Ignored when range is provided. |
| range | object | Optional explicit timestamp range. Overrides window and is applied to the view's primary t |
| timeZone | string | IANA timezone for daily series bucketing. Defaults to UTC. |
| filters | object | Optional analytics filters. Unsupported combinations return a clear error. |
| sort | object | Optional row sort. Overview ignores sorting. |
| limit | integer | Maximum rows to return. Defaults to 25 and is capped at 100. |
| cursor | string | Opaque pagination cursor from a previous get_analytics response. |
| include | array | Optional response sections to include. Defaults depend on the requested view. |
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-ai-dreamlit-mcp","endpoint":"/get_analytics","input":{"view":"overview"}}'cli
npx cracked-ai run -p mcp-ai-dreamlit-mcp -e /get_analytics -i '{"view":"overview"}'mcp
run_tool({ provider: "mcp-ai-dreamlit-mcp", endpoint: "/get_analytics", input: {"view":"overview"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.