Superforms
S
Superforms
/get_responses

Get Superforms Responses

Fetch persisted raw responses for a Superforms ask. This is the MCP equivalent of the HTTP bridge answers endpoint.

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

Input

FieldTypeDescription
askId*string
agentToken*string
sincestring

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

Try it

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