MS
Minds: Synthetic Market Research Panels
/ask_study
Ask One Standalone Question in a Study
Submits exactly ONE respondent-visible question in an existing Study. Applicability: one standalone question, or one adaptive follow-up whose wording could not
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 /ask_study for me.
Input
| Field | Type | Description |
|---|---|---|
| studyId | string | Study ID (UUID). Omit with studyName to continue the active Study from this MCP session. |
| studyName | string | Study name (fuzzy matched). Omit with studyId to continue the active Study from this MCP s |
| panelId | string | Study ID (UUID; legacy wire field name: panelId). Omit both panelId and panelName only whe |
| panelName | string | Study name (fuzzy matched; legacy wire field name: panelName). Omit both panelName and pan |
| question* | string | Exactly ONE respondent-visible standalone question or result-dependent adaptive follow-up |
| sourcePolicy | string (auto | knowledge_only) | Use knowledge_only to forbid web/request sources and require every answer to be grounded i |
| historyMode | string (last5 | followup_only | none) | Controls prior Study-history carryover for this one direct question. Defaults to none, so |
| audienceIds | array | Optional subset of the Study's Audiences to ask; defaults to all Audiences. |
| groupIds | array | Legacy alias for audienceIds. Accepted for compatibility. |
| model | string | Optional per-request model override. Must be sent together with provider. |
| provider | string (anthropic | openai | google) | Provider for the model override. Must be sent together with model. |
| links | array | Web pages given to every Mind as evidence for this question through v1 /studies/{studyId}/ |
| keywords | array | Search keywords used to gather evidence for this question through v1 /studies/{studyId}/ru |
| attachments | array | Files/images processed once and given to every participating Mind. MCP cannot read or uplo |
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":"/ask_study","input":{"question":"..."}}'cli
npx cracked-ai run -p mcp-ai-getminds-minds -e /ask_study -i '{"question":"..."}'mcp
run_tool({ provider: "mcp-ai-getminds-minds", endpoint: "/ask_study", input: {"question":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.