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
| Field | Type | Description |
|---|---|---|
| projectId | string | Project id to list workflows from. Required when access is ambiguous. |
| search | string | Optional workflow name or description search string. |
| triggerFilters | array | Optional trigger type filters. Use broadcast only for one-time audience emails. |
| limit | integer | Maximum number of workflows to return for this page. default 80 |
| offset | integer | Zero-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.