Dreamlit
D
Dreamlit
/list_brand_styles

List brand styles

Read-only. Use when the user wants to inspect saved project brand styles for generated email drafts. Returns paginated project brand style summaries, ids, defau

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 /list_brand_styles for me.

Input

FieldTypeDescription
projectIdstringProject id to list brand styles from. Required when access is ambiguous.
limitintegerMaximum number of brand styles to return for this page. default 50
offsetintegerZero-based brand style offset for pagination. Use nextOffset from the previous response to default 0

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":"/list_brand_styles","input":{"limit":50,"offset":0}}'
cli
npx cracked-ai run -p mcp-ai-dreamlit-mcp -e /list_brand_styles -i '{"limit":50,"offset":0}'
mcp
run_tool({ provider: "mcp-ai-dreamlit-mcp", endpoint: "/list_brand_styles", input: {"limit":50,"offset":0} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.