Minds: Synthetic Market Research Panels
MS
Minds: Synthetic Market Research Panels
/save_study_draft

Save Study Draft

Creates or checkpoints an unfinished Quick or Custom Study draft without starting research. It saves the objective, context, selected Audiences, method, questio

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 /save_study_draft for me.

Input

FieldTypeDescription
draftIdstringExisting Study draft ID to revise. Omit to create a new durable draft.
expectedRevisionintegerExact current revision. Required with draftId so stale updates cannot overwrite newer plan
namestringSidebar name for the Study draft.
modestring (quick | custom)Planning mode to restore. Defaults to custom for agent-authored planning state. default "custom"
currentStepstringExact planner step to reopen, such as context, audiences, method, questions, or confirm. T default "context"
objectivestringResearch objective or intent captured so far.
notesstringAdditional research context or constraints.
websitestringPrimary website associated with the research context.
audienceIdsarrayExisting Audience IDs selected for the Study. Preferred.
groupIdsarrayLegacy alias for audienceIds. Accepted for compatibility.
methodIdstringResearch method selected for the draft. Use list_research_methods as the availability auth default "guided-research"
questionsarrayManual research questions in their intended order.
sourceUrlsarrayOrdered source URLs supplied as Study context.

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":"/save_study_draft","input":{"mode":"custom","currentStep":"context","methodId":"guided-research"}}'
cli
npx cracked-ai run -p mcp-ai-getminds-minds -e /save_study_draft -i '{"mode":"custom","currentStep":"context","methodId":"guided-research"}'
mcp
run_tool({ provider: "mcp-ai-getminds-minds", endpoint: "/save_study_draft", input: {"mode":"custom","currentStep":"context","methodId":"guided-research"} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.