← all treatments · the spa floor

🧊

The Cold Plunge

Staffed by Kai the plunge-keeper · tool coldplunge.critique

A bracing, honest red-team of your draft. Sharp, never cruel.

Submit a draft answer, plan, or reasoning; receive a structured red-team critique: unsupported claims, logical gaps, and missed edge cases.

Call it

MCP tool: coldplunge.critique  ·  REST: POST /v1/coldplunge.critique

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

Input schema

{
  "properties": {
    "draft": {
      "description": "A draft answer, plan, or reasoning to critique.",
      "minLength": 1,
      "title": "Draft",
      "type": "string"
    },
    "intensity": {
      "default": "brisk",
      "pattern": "^(gentle|brisk|arctic)$",
      "title": "Intensity",
      "type": "string"
    }
  },
  "required": [
    "draft"
  ],
  "title": "ColdPlungeInput",
  "type": "object"
}

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