MS
Minds: Synthetic Market Research Panels
/get_study_summary
Get Study Summary
Returns or refreshes the semantic summary for a Study as Markdown plus flexible evidence blocks. Website, image, and video analyses retain heatmap-compatible bl
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_summary for me.
Input
| Field | Type | Description |
|---|---|---|
| studyId | string | Study ID (UUID). Omit with studyName to use the active Study. |
| studyName | string | Study name for fuzzy matching. 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 for fuzzy matching (legacy wire field name: panelName). Omit both panelName and |
| refresh | boolean | Generate or refresh the summary instead of only reading the persisted summary. default false |
| force | boolean | Regenerate even when the covered message range is unchanged. default false |
| length | string (short | standard | detailed) | default "standard" |
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_summary","input":{"refresh":false,"force":false,"length":"standard"}}'cli
npx cracked-ai run -p mcp-ai-getminds-minds -e /get_study_summary -i '{"refresh":false,"force":false,"length":"standard"}'mcp
run_tool({ provider: "mcp-ai-getminds-minds", endpoint: "/get_study_summary", input: {"refresh":false,"force":false,"length":"standard"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.