Superforms
S
Superforms
/create_form

Create Superforms Form

Publish a voice-first form link immediately after creator confirmation, collect human answers, and pipe responses back to the agent.

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 /create_form for me.

Input

FieldTypeDescription
promptstringPlain-English ask or request. Use only when explicit questions are not already known.
questionsarrayExplicit questions to ask the respondent. Use this whenever questions already exist; prese
goalstring
contextstringPrivate context for smart follow-ups. Summarize relevant non-sensitive host-conversation c
questionContextobject
creationSessionUrlstring
titlestring
persistentboolean
followUpModestring (none | smart | deep_dive)For exactly one question, set this only after asking the creator "Want smart follow-up que
max_followups_per_questionnumberOptional compatibility setting. Omit for adaptive one-question smart follow-ups.
max_total_questionsnumberOptional compatibility setting. Omit for adaptive one-question smart follow-ups.
responseModestring (voice_preferred | text_only | voice_only)
responseLimitstring (one | multiple)Use "one" for a form intended for one named person/client. Use "multiple" for forms, surve

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

Try it

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