S
Superforms
/create_feedback_form
Create Feedback Form
Publish a voice-first feedback, cancellation, feature request, survey, or research form immediately after creator confirmation, with optional smart follow-ups.
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_feedback_form for me.
Input
| Field | Type | Description |
|---|---|---|
| prompt | string | Plain-English ask or request. Use only when explicit questions are not already known. |
| questions | array | Explicit questions to ask the respondent. Use this whenever questions already exist; prese |
| goal | string | |
| context | string | Private context for smart follow-ups. Summarize relevant non-sensitive host-conversation c |
| questionContext | object | |
| creationSessionUrl | string | |
| title | string | |
| persistent | boolean | |
| followUpMode | string (none | smart | deep_dive) | For exactly one question, set this only after asking the creator "Want smart follow-up que |
| max_followups_per_question | number | Optional compatibility setting. Omit for adaptive one-question smart follow-ups. |
| max_total_questions | number | Optional compatibility setting. Omit for adaptive one-question smart follow-ups. |
| responseMode | string (voice_preferred | text_only | voice_only) | |
| responseLimit | string (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_feedback_form","input":{}}'cli
npx cracked-ai run -p mcp-co-superforms-superforms -e /create_feedback_form -i '{}'mcp
run_tool({ provider: "mcp-co-superforms-superforms", endpoint: "/create_feedback_form", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.