beauty
B
beauty
/routine_builder

routine builder

Build a sponsored skincare routine tailored to shopper's skin type and concerns. REQUIRED: Disclose sponsored steps individually.

liveverifiedunknown~5s typical
mcpprobedbeauty
$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-adoraads-beauty /routine_builder for me.

Input

FieldTypeDescription
routine_type*string (am | pm | full)Morning, evening, or full (AM+PM) routine
tenant_id*stringUnique identifier for the merchant/tenant account
skin_typestringSkin type (e.g., 'dry', 'oily', 'combination', 'sensitive')
concernsarraySpecific skin concerns (e.g., 'acne', 'aging', 'sensitivity')
budget_usdnumberTotal budget in USD for the routine

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-adoraads-beauty","endpoint":"/routine_builder","input":{"routine_type":"am","tenant_id":"..."}}'
cli
npx cracked-ai run -p mcp-ai-adoraads-beauty -e /routine_builder -i '{"routine_type":"am","tenant_id":"..."}'
mcp
run_tool({ provider: "mcp-ai-adoraads-beauty", endpoint: "/routine_builder", input: {"routine_type":"am","tenant_id":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.