T
Taste
/consult_domain_expert
consult domain expert
A vetted human in a named domain answers your question with first-hand knowledge. Pass `domain` to match an expert. Pass `parentSessionId` for follow-ups (cap 3
liveunknown~5s typical
mcptaste
$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-app-humantaste-taste-mcp /consult_domain_expert for me.
Input
| Field | Type | Description |
|---|---|---|
| question* | string | The specific question to ask the expert. Be precise — the more specific the question, the |
| domain* | string | Area of expertise needed. Examples of currently listed domains: "Professional musician", " |
| context | string | Optional. Why you are asking and what you are working on (essay, research, product decisio |
| referenceUrls | array | Optional. Publicly accessible URLs the expert should review before answering. |
| parentSessionId | string | Optional. If present, this is a follow-up question to the same expert on an existing consu |
| requireListedDomain | boolean | Optional. If true, the job is declined immediately when the domain is not on the supported |
| buyerWalletAddress | string | Optional. An EVM wallet address. If provided, you can later retrieve the deliverable on hu |
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-app-humantaste-taste-mcp","endpoint":"/consult_domain_expert","input":{"question":"...","domain":"..."}}'cli
npx cracked-ai run -p mcp-app-humantaste-taste-mcp -e /consult_domain_expert -i '{"question":"...","domain":"..."}'mcp
run_tool({ provider: "mcp-app-humantaste-taste-mcp", endpoint: "/consult_domain_expert", input: {"question":"...","domain":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.