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
| Field | Type | Description |
|---|---|---|
| studyId | string | Study ID (UUID). Omit with studyName to run in the active Study. |
| studyName | string | Study name for fuzzy matching. Omit with studyId to run in the active Study. |
| panelId | string | Study ID (UUID; legacy wire field name: panelId). Omit both panelId and panelName only to |
| panelName | string | Study name for fuzzy matching (legacy wire field name: panelName). Omit both panelName and |
| draftPlanId* | string | Exact draft plan ID returned by plan_study_questions. |
| revision* | integer | Exact draft revision the user reviewed. |
| confirmed* | boolean | Must be true only after the user explicitly confirms this exact draft revision. |
| advancedMethodOptIn | boolean | Explicit opt-in for an advanced method. Omit or false to keep simple methods. |
| audienceIds | array | Optional subset of the Study's Audiences to include. |
| groupIds | array | Legacy alias for audienceIds. Accepted for compatibility. |
| idempotencyKey | string | Stable 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.