A
asksteps
/asksteps_create_from_template
asksteps: start from a ready-made template
Creates a form or funnel from one of the ready-made templates. Requires "forms:write". PREFER THIS over building from scratch when a template fits: it brings it
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_from_template for me.
Input
| Field | Type | Description |
|---|---|---|
| template_id* | string | The template id, from asksteps_list_templates. |
| name | string | Name for the new form. Leave empty to keep the template's own name. |
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_from_template","input":{"template_id":"..."}}'cli
npx cracked-ai run -p mcp-co-asksteps-asksteps -e /asksteps_create_from_template -i '{"template_id":"..."}'mcp
run_tool({ provider: "mcp-co-asksteps-asksteps", endpoint: "/asksteps_create_from_template", input: {"template_id":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.