A
asksteps
/asksteps_update_publication
asksteps: change the address or visibility of a published form
Changes the public address (slug), who may find it, or the page password of a form that is ALREADY published. Requires "publish:write". No mandate is needed: no
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_publication for me.
Input
| Field | Type | Description |
|---|---|---|
| form_id* | string | The form or funnel id. |
| slug | string | New path, e.g. "kontakt". Leave empty to keep the current one. |
| visibility | string | "public" (listed and indexable), "unlisted" (only via the link) or "password". Leave empty |
| password | string | Page password. Empty string removes it; leave the parameter out to keep it. |
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_publication","input":{"form_id":"..."}}'cli
npx cracked-ai run -p mcp-co-asksteps-asksteps -e /asksteps_update_publication -i '{"form_id":"..."}'mcp
run_tool({ provider: "mcp-co-asksteps-asksteps", endpoint: "/asksteps_update_publication", input: {"form_id":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.