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

Ask One Standalone Audience Question

Submits exactly one respondent-visible standalone question to one existing Audience, identified by exact ID or fuzzy name. It creates a private Study for that A

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

Input

FieldTypeDescription
audienceIdstringAudience ID (UUID). Preferred when known.
audienceNamestringAudience name to resolve via fuzzy match against the user's Audiences.
groupIdstringLegacy alias for audienceId. Accepted for compatibility.
groupNamestringLegacy alias for audienceName. Accepted for compatibility.
question*stringExactly one respondent-visible standalone question for every Mind in the Audience. The sys
namestringOptional name for the Study created to ask this question. Defaults to the Audience name.
attachmentsarrayFiles/images processed once and given to every Audience member as context. MCP cannot read

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":"/ask_audience","input":{"question":"..."}}'
cli
npx cracked-ai run -p mcp-ai-getminds-minds -e /ask_audience -i '{"question":"..."}'
mcp
run_tool({ provider: "mcp-ai-getminds-minds", endpoint: "/ask_audience", input: {"question":"..."} })

Try it

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