A
asksteps
/asksteps_update_funnel
asksteps: replace the questions and branching of a funnel
Replaces the questions and the branching of an existing funnel. Requires "forms:write". READ IT FIRST with asksteps_get_funnel and send back everything you want
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_update_funnel for me.
Input
| Field | Type | Description |
|---|---|---|
| funnel_id* | string | The funnel id, from asksteps_get_funnel. |
| spec* | object | The complete new funnel. Everything not included is removed. |
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_update_funnel","input":{"funnel_id":"...","spec":{}}}'cli
npx cracked-ai run -p mcp-co-asksteps-asksteps -e /asksteps_update_funnel -i '{"funnel_id":"...","spec":{}}'mcp
run_tool({ provider: "mcp-co-asksteps-asksteps", endpoint: "/asksteps_update_funnel", input: {"funnel_id":"...","spec":{}} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.