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
| Field | Type | Description |
|---|---|---|
| draftId | string | Existing Study draft ID to revise. Omit to create a new durable draft. |
| expectedRevision | integer | Exact current revision. Required with draftId so stale updates cannot overwrite newer plan |
| name | string | Sidebar name for the Study draft. |
| mode | string (quick | custom) | Planning mode to restore. Defaults to custom for agent-authored planning state. default "custom" |
| currentStep | string | Exact planner step to reopen, such as context, audiences, method, questions, or confirm. T default "context" |
| objective | string | Research objective or intent captured so far. |
| notes | string | Additional research context or constraints. |
| website | string | Primary website associated with the research context. |
| audienceIds | array | Existing Audience IDs selected for the Study. Preferred. |
| groupIds | array | Legacy alias for audienceIds. Accepted for compatibility. |
| methodId | string | Research method selected for the draft. Use list_research_methods as the availability auth default "guided-research" |
| questions | array | Manual research questions in their intended order. |
| sourceUrls | array | Ordered 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.