A
asksteps
/asksteps_create_draft
asksteps: turn a described form into an openable draft
Turns a form you have designed with the user into a draft and returns a link. Opening the link shows the form in the asksteps builder, where the user can change
liveverifiedunknown~5s typical
mcpprobedasksteps
$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-co-asksteps-asksteps /asksteps_create_draft for me.
Input
| Field | Type | Description |
|---|---|---|
| spec* | object | The form: a name and its steps with their fields. |
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-co-asksteps-asksteps","endpoint":"/asksteps_create_draft","input":{"spec":{}}}'cli
npx cracked-ai run -p mcp-co-asksteps-asksteps -e /asksteps_create_draft -i '{"spec":{}}'mcp
run_tool({ provider: "mcp-co-asksteps-asksteps", endpoint: "/asksteps_create_draft", input: {"spec":{}} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.