AD
Ada Diamonds
/request_consultation
Request a jeweler consultation
Submit a consultation request on the customer's behalf. Requires the `appointments:write` scope, which the customer grants through Ada's OAuth authorization flo
liveverifiedunknown~5s typical
mcpprobedadadiamonds
$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-com-adadiamonds-ada-diamonds /request_consultation for me.
Input
| Field | Type | Description |
|---|---|---|
| email* | string | Customer's email address; the jeweler replies here |
| name | string | Customer's name |
| phone | string | Customer's phone number, if they want a call |
| topic | string (engagement_ring | loose_diamond | wedding_band | fine_jewelry | custom_design | other) | What the consultation is about |
| message | string | What the customer is looking for, in their words |
| budget_usd | number | Approximate budget in US dollars |
| product_url | string | URL of a specific diamond, setting, or piece they are interested in |
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-com-adadiamonds-ada-diamonds","endpoint":"/request_consultation","input":{"email":"..."}}'cli
npx cracked-ai run -p mcp-com-adadiamonds-ada-diamonds -e /request_consultation -i '{"email":"..."}'mcp
run_tool({ provider: "mcp-com-adadiamonds-ada-diamonds", endpoint: "/request_consultation", input: {"email":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.