MS
Minds: Synthetic Market Research Panels
/get_study_status
Get Study Status
Returns the current Study state, live progress for in-flight questions, completed per-Audience results, linked Minds, Study links, and the status of a specific
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 /get_study_status for me.
Input
| Field | Type | Description |
|---|---|---|
| studyId | string | Study ID (UUID). Omit with studyName to use the active Study. |
| studyName | string | Study name (fuzzy matched). Omit with studyId to use the active Study. |
| panelId | string | Study ID (UUID; legacy wire field name: panelId). Omit both panelId and panelName only for |
| panelName | string | Study name (fuzzy matched; legacy wire field name: panelName). Omit both panelName and pan |
| exportKind | string (executive_brief | full_report | raw_data) | Asynchronous export kind whose status should be returned (defaults to full_report). |
| exportFormat | string (pdf | html | png | docx | pptx | csv) | Asynchronous export format whose status should be returned (defaults to pdf). |
| exportJobId | string | Export job ID returned by export_study. Pass it with exportKind and exportFormat to poll t |
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":"/get_study_status","input":{}}'cli
npx cracked-ai run -p mcp-ai-getminds-minds -e /get_study_status -i '{}'mcp
run_tool({ provider: "mcp-ai-getminds-minds", endpoint: "/get_study_status", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.