Dreamlit
D
Dreamlit
/create_or_update_workflow

Create or update workflow

Creates a new Dreamlit workflow draft or updates an existing draft from an outcome-oriented natural-language prompt. Use after get_status; use get_workflow_and_

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

Input

FieldTypeDescription
prompt*stringOutcome-oriented workflow authoring request. Describe the event or schedule, audience, rec
projectIdstringTarget project id for creating a new workflow draft.
workflowIdstringExisting workflow id to continue editing. Use get_workflow_and_preview_url first when chan
userCurrentTimeIsostringUser's current time as an ISO timestamp with offset, useful for relative schedule requests
userCurrentTimeZoneIdstringIANA timezone id for the user, useful for repeating workflows and scheduled broadcasts.
userEmailStepCommentsarrayOptional inline comments for revising email step content.

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":"/create_or_update_workflow","input":{"prompt":"..."}}'
cli
npx cracked-ai run -p mcp-ai-dreamlit-mcp -e /create_or_update_workflow -i '{"prompt":"..."}'
mcp
run_tool({ provider: "mcp-ai-dreamlit-mcp", endpoint: "/create_or_update_workflow", input: {"prompt":"..."} })

Try it

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