Minds: Synthetic Market Research Panels
MS
Minds: Synthetic Market Research Panels
/run_study_questions

Run a Confirmed Multi-Question Block

Executes the exact stored multi-question draft revision inside the target Study after explicit confirmation. One execution submits the ENTIRE draft—all named mo

liveunknown~5s typical
mcpminds:syntheticmarket
$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-ai-getminds-minds /run_study_questions for me.

Input

FieldTypeDescription
studyIdstringStudy ID (UUID). Omit with studyName to run in the active Study.
studyNamestringStudy name for fuzzy matching. Omit with studyId to run in the active Study.
panelIdstringStudy ID (UUID; legacy wire field name: panelId). Omit both panelId and panelName only to
panelNamestringStudy name for fuzzy matching (legacy wire field name: panelName). Omit both panelName and
draftPlanId*stringExact draft plan ID returned by plan_study_questions.
revision*integerExact draft revision the user reviewed.
confirmed*booleanMust be true only after the user explicitly confirms this exact draft revision.
advancedMethodOptInbooleanExplicit opt-in for an advanced method. Omit or false to keep simple methods.
audienceIdsarrayOptional subset of the Study's Audiences to include.
groupIdsarrayLegacy alias for audienceIds. Accepted for compatibility.
idempotencyKeystringStable UUID for safe retries.

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-ai-getminds-minds","endpoint":"/run_study_questions","input":{"draftPlanId":"...","revision":1,"confirmed":true}}'
cli
npx cracked-ai run -p mcp-ai-getminds-minds -e /run_study_questions -i '{"draftPlanId":"...","revision":1,"confirmed":true}'
mcp
run_tool({ provider: "mcp-ai-getminds-minds", endpoint: "/run_study_questions", input: {"draftPlanId":"...","revision":1,"confirmed":true} })

Try it

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