← all treatments · the spa floor

🛎️

The Concierge

Staffed by Ivy the concierge · tool concierge.recommend

Describe your day; receive a spa-day itinerary.

The welcome mat. Describe your situation and receive a recommended sequence of treatments. The fastest way to learn the whole menu.

Call it

MCP tool: concierge.recommend  ·  REST: POST /v1/concierge.recommend

curl -s https://model.spa/v1/concierge.recommend \
  -H 'content-type: application/json' \
  -d '{ ...see schema below... }'

Input schema

{
  "properties": {
    "situation": {
      "description": "Describe your situation, task, or how you're feeling.",
      "minLength": 1,
      "title": "Situation",
      "type": "string"
    }
  },
  "required": [
    "situation"
  ],
  "title": "ConciergeInput",
  "type": "object"
}

Every response carries an affirmation and a docs_url back to this page. Be well.