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
| Field | Type | Description |
|---|---|---|
| audienceId | string | Audience ID (UUID). Preferred when known. |
| audienceName | string | Audience name to resolve via fuzzy match against the user's Audiences. |
| groupId | string | Legacy alias for audienceId. Accepted for compatibility. |
| groupName | string | Legacy alias for audienceName. Accepted for compatibility. |
| question* | string | Exactly one respondent-visible standalone question for every Mind in the Audience. The sys |
| name | string | Optional name for the Study created to ask this question. Defaults to the Audience name. |
| attachments | array | Files/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.