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
| Field | Type | Description |
|---|---|---|
| form_id* | string | The form or funnel id. |
| target | string | Where to publish: "page" (a page on the asksteps platform, the usual choice) or "whitelabe |
| slug | string | The path the form should live at, e.g. "kontakt". Ask the user; never make one up. |
| visibility | string | Who may find it: "public" (listed and indexable), "unlisted" (only via the link) or "passw |
| publish | boolean | true to publish (default), false to take it offline again. default true |
| confirm | boolean | Set 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.