Dreamlit
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

FieldTypeDescription
projectIdstringProject 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
channelstring (email | slack)Notification channel for overview and notification analytics. Defaults to email. Recipient
windowstring (1h | 24h | 7d | 14d | 30d | 90d)Relative analytics window. Defaults to 30d. Ignored when range is provided.
rangeobjectOptional explicit timestamp range. Overrides window and is applied to the view's primary t
timeZonestringIANA timezone for daily series bucketing. Defaults to UTC.
filtersobjectOptional analytics filters. Unsupported combinations return a clear error.
sortobjectOptional row sort. Overview ignores sorting.
limitintegerMaximum rows to return. Defaults to 25 and is capped at 100.
cursorstringOpaque pagination cursor from a previous get_analytics response.
includearrayOptional 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.