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

FieldTypeDescription
studyIdstringStudy ID (UUID). Omit with studyName to use the active Study.
studyNamestringStudy name for fuzzy matching. Omit with studyId to use the active Study.
panelIdstringStudy ID (UUID; legacy wire field name: panelId). Omit both panelId and panelName only for
panelNamestringStudy name for fuzzy matching (legacy wire field name: panelName). Omit both panelName and
refreshbooleanGenerate or refresh the summary instead of only reading the persisted summary. default false
forcebooleanRegenerate even when the covered message range is unchanged. default false
lengthstring (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.