← all treatments · the spa floor
🧊
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.
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... }'
{
"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.