M
mcp
/set_price_alert
set price alert
Create a price alert. Email is required — ask the user for it; do NOT invent an email. Use this when the user says 'alert me', 'tell me when', 'notify me'.
liveverifiedunknown~5s typical
mcpprobedmcp
$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-birkinbagstock-mcp /set_price_alert for me.
Input
| Field | Type | Description |
|---|---|---|
| color | string | |
| email* | string | User's email — required |
| hardware | string | |
| leather | string | |
| max_price | number | |
| size | string |
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-birkinbagstock-mcp","endpoint":"/set_price_alert","input":{"email":"..."}}'cli
npx cracked-ai run -p mcp-com-birkinbagstock-mcp -e /set_price_alert -i '{"email":"..."}'mcp
run_tool({ provider: "mcp-com-birkinbagstock-mcp", endpoint: "/set_price_alert", input: {"email":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.