Minds: Synthetic Market Research Panels
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

FieldTypeDescription
studyIdstringStudy ID (UUID). Omit with studyName to continue the active Study from this MCP session.
studyNamestringStudy name (fuzzy matched). Omit with studyId to continue the active Study from this MCP s
panelIdstringStudy ID (UUID; legacy wire field name: panelId). Omit both panelId and panelName only whe
panelNamestringStudy name (fuzzy matched; legacy wire field name: panelName). Omit both panelName and pan
question*stringExactly ONE respondent-visible standalone question or result-dependent adaptive follow-up
sourcePolicystring (auto | knowledge_only)Use knowledge_only to forbid web/request sources and require every answer to be grounded i
historyModestring (last5 | followup_only | none)Controls prior Study-history carryover for this one direct question. Defaults to none, so
audienceIdsarrayOptional subset of the Study's Audiences to ask; defaults to all Audiences.
groupIdsarrayLegacy alias for audienceIds. Accepted for compatibility.
modelstringOptional per-request model override. Must be sent together with provider.
providerstring (anthropic | openai | google)Provider for the model override. Must be sent together with model.
linksarrayWeb pages given to every Mind as evidence for this question through v1 /studies/{studyId}/
keywordsarraySearch keywords used to gather evidence for this question through v1 /studies/{studyId}/ru
attachmentsarrayFiles/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.