asksteps
A
asksteps
/asksteps_publish_form

asksteps: publish a form, or get the link to publish it

Publishes a form or funnel — or, when the account has not authorised an agent to publish, returns the link where the user does it themselves. Requires "publish:

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_publish_form for me.

Input

FieldTypeDescription
form_id*stringThe form or funnel id.
targetstringWhere to publish: "page" (a page on the asksteps platform, the usual choice) or "whitelabe
slugstringThe path the form should live at, e.g. "kontakt". Ask the user; never make one up.
visibilitystringWho may find it: "public" (listed and indexable), "unlisted" (only via the link) or "passw
publishbooleantrue to publish (default), false to take it offline again. default true
confirmbooleanSet to true only AFTER the user has explicitly agreed. Without it nothing is switched. default false

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_publish_form","input":{"form_id":"...","publish":true,"confirm":false}}'
cli
npx cracked-ai run -p mcp-co-asksteps-asksteps -e /asksteps_publish_form -i '{"form_id":"...","publish":true,"confirm":false}'
mcp
run_tool({ provider: "mcp-co-asksteps-asksteps", endpoint: "/asksteps_publish_form", input: {"form_id":"...","publish":true,"confirm":false} })

Try it

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