Superforms
S
Superforms
/create_ask

Create Superforms Ask

Create a voice-first Superforms answer link for human input. Backward-compatible alias for create_form.

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

Try it

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