Dreamlit
D
Dreamlit
/list_workflows

List workflows

Read-only. Use to find workflows in a project by name, description, or trigger type before inspection or editing. Trigger filters include database, auth email,

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_workflows for me.

Input

FieldTypeDescription
projectIdstringProject id to list workflows from. Required when access is ambiguous.
searchstringOptional workflow name or description search string.
triggerFiltersarrayOptional trigger type filters. Use broadcast only for one-time audience emails.
limitintegerMaximum number of workflows to return for this page. default 80
offsetintegerZero-based workflow offset for pagination. Use nextOffset from the previous response to fe 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_workflows","input":{"limit":80,"offset":0}}'
cli
npx cracked-ai run -p mcp-ai-dreamlit-mcp -e /list_workflows -i '{"limit":80,"offset":0}'
mcp
run_tool({ provider: "mcp-ai-dreamlit-mcp", endpoint: "/list_workflows", input: {"limit":80,"offset":0} })

Try it

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