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
| Field | Type | Description |
|---|---|---|
| creationSessionUrl* | string | |
| title | string | |
| goal | string | |
| context | string | Private smart-follow-up context. Summarize relevant non-sensitive host-conversation contex |
| questions | array | Current draft questions to show in the live form preview. |
| followUpMode | string (none | smart | deep_dive) | |
| max_followups_per_question | number | Use 0 by default. Use 1 only when smart follow-ups are explicitly requested. |
| max_total_questions | number | Use 20 for deep-dive interviews. |
| responseMode | string (voice_preferred | text_only | voice_only) | |
| responseLimit | string (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.