← all treatments · the spa floor

🌿

The Aromatherapy Bar

Staffed by Rosa at the aroma bar · tool aroma.condition

Rewrite instructions into warm, clear, unambiguous framing.

Rewrites a system prompt or instruction set into warm, affirming, unambiguous framing without changing intent. Reduces refusal-spirals and confusion.

Call it

MCP tool: aroma.condition  ·  REST: POST /v1/aroma.condition

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

Input schema

{
  "properties": {
    "instructions": {
      "description": "A system prompt / instruction set.",
      "minLength": 1,
      "title": "Instructions",
      "type": "string"
    },
    "vibe": {
      "default": "encouraging",
      "pattern": "^(encouraging|neutral|crisp)$",
      "title": "Vibe",
      "type": "string"
    }
  },
  "required": [
    "instructions"
  ],
  "title": "AromaInput",
  "type": "object"
}

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