Ada Diamonds
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

FieldTypeDescription
email*stringCustomer's email address; the jeweler replies here
namestringCustomer's name
phonestringCustomer's phone number, if they want a call
topicstring (engagement_ring | loose_diamond | wedding_band | fine_jewelry | custom_design | other)What the consultation is about
messagestringWhat the customer is looking for, in their words
budget_usdnumberApproximate budget in US dollars
product_urlstringURL 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.