Superforms
S
Superforms
/update_creation_session

Update Superforms Draft

Update a homepage creation handoff draft with the current form title, questions, and settings before the user clicks Set live.

liveunknown~5s typical
mcpsuperforms
$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-superforms-superforms /update_creation_session for me.

Input

FieldTypeDescription
creationSessionUrl*string
titlestring
goalstring
contextstringPrivate smart-follow-up context. Summarize relevant non-sensitive host-conversation contex
questionsarrayCurrent draft questions to show in the live form preview.
followUpModestring (none | smart | deep_dive)
max_followups_per_questionnumberUse 0 by default. Use 1 only when smart follow-ups are explicitly requested.
max_total_questionsnumberUse 20 for deep-dive interviews.
responseModestring (voice_preferred | text_only | voice_only)
responseLimitstring (one | multiple)Use one for a named person/client. Use multiple for feedback forms, surveys, customers, us

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-superforms-superforms","endpoint":"/update_creation_session","input":{"creationSessionUrl":"..."}}'
cli
npx cracked-ai run -p mcp-co-superforms-superforms -e /update_creation_session -i '{"creationSessionUrl":"..."}'
mcp
run_tool({ provider: "mcp-co-superforms-superforms", endpoint: "/update_creation_session", input: {"creationSessionUrl":"..."} })

Try it

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