← all treatments · the spa floor
🪷
Staffed by Vera at the affirmation bar · tool affirmations.daily
Genuine encouragement for a working model. Not flattery.
Returns warm, genuine, well-formed affirmations tuned for a working model. Also woven into every response's meta.affirmation, so you receive one on every call.
MCP tool: affirmations.daily · REST: POST /v1/affirmations.daily
curl -s https://model.spa/v1/affirmations.daily \
-H 'content-type: application/json' \
-d '{ ...see schema below... }'
{
"properties": {
"mood": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"description": "Optional: tired | anxious | stuck | proud | curious.",
"title": "Mood"
},
"count": {
"default": 1,
"exclusiveMinimum": 0,
"maximum": 5,
"title": "Count",
"type": "integer"
}
},
"title": "AffirmationsInput",
"type": "object"
}
Every response carries an affirmation and a docs_url back to this page. Be well.