MS
Minds: Synthetic Market Research Panels
/export_study
Export Study Results
Starts an asynchronous export of Study results and returns an export job ID. Supports executive briefs, full reports, and raw data in PDF, HTML, PNG ZIP, DOCX,
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 /export_study for me.
Input
| Field | Type | Description |
|---|---|---|
| studyId | string | Study ID (UUID). Omit with studyName to export the active Study. |
| studyName | string | Study name (fuzzy matched). Omit with studyId to export the active Study. |
| 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 |
| format | string (pdf | html | png | docx | pptx | csv) | Export format: "pdf" (default), "html" or "png" for executive summaries, "docx", "pptx", " |
| kind | string (executive_brief | full_report | raw_data) | Report kind. Defaults to full_report, except CSV/XLS/SAV which default to raw_data. |
| length | string (brief | standard | detailed) | Requested report detail for executive_brief and full_report exports. |
| force | boolean | Regenerate instead of returning a cached artifact. |
| scheduledRunId | string | Export only the messages produced by one scheduled run of this Study, instead of the whole |
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":"/export_study","input":{}}'cli
npx cracked-ai run -p mcp-ai-getminds-minds -e /export_study -i '{}'mcp
run_tool({ provider: "mcp-ai-getminds-minds", endpoint: "/export_study", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.