Health
Produit des chronologies seconde par seconde et des trajectoires estimées d'EtCO2 pour six protocoles respiratoires fondés sur des preuves : Wim Hof (30 respirations + rétention + récupération), cohérent (~5,5 rpm / pic RSA 0,1 Hz), 4-7-8, box 4-4-4-4, Tummo et Buteyko avec table CP/BOLT ; marque la tonalité parasympathique/sympathique de chaque phase et les contre-indications.
Appelez cet outil depuis votre code en trois langages.
curl -X POST 'http://127.0.0.1:3003/fr/api/tools/breath-coherent-resonance-frequency-wim-hof-tummo-box-4-7-8-and-capnometer-etco2-estimation-coach' \
-H 'Content-Type: application/json' \
-d '{"protocol":"wim-hof","rounds":3,"breathsPerRound":30,"breathCycleSec":2.4,"retentionSec":75,"recoveryHoldSec":15,"cycles":4,"minutes":10,"coherentBpm":5.5,"baselineEtco2":40}'Envoyez une requête POST avec vos entrées en JSON. Les paramètres de type fichier nécessitent un upload préalable.
POST http://127.0.0.1:3003/fr/api/tools/breath-coherent-resonance-frequency-wim-hof-tummo-box-4-7-8-and-capnometer-etco2-estimation-coach| Nom | Type | Requis | Description |
|---|---|---|---|
| protocol | select | Non | — |
| rounds | number | Non | — |
| breathsPerRound | number | Non | — |
| breathCycleSec | number | Non | — |
| retentionSec | number | Non | — |
Ajoutez cet outil à votre serveur Model Context Protocol pour que les agents IA puissent le lister et l'appeler.
Ajoutez ce bloc à la configuration de votre client MCP :
{
"mcpServers": {
"elysiatools-breath-coherent-resonance-frequency-wim-hof-tummo-box-4-7-8-and-capnometer-etco2-estimation-coach": {
"name": "breath-coherent-resonance-frequency-wim-hof-tummo-box-4-7-8-and-capnometer-etco2-estimation-coach",
"description": "Produit des chronologies seconde par seconde et des trajectoires estimées d'EtCO2 pour six protocoles respiratoires fondés sur des preuves : Wim Hof (30 respirations + rétention + récupération), cohérent (~5,5 rpm / pic RSA 0,1 Hz), 4-7-8, box 4-4-4-4, Tummo et Buteyko avec table CP/BOLT ; marque la tonalité parasympathique/sympathique de chaque phase et les contre-indications.",
"baseUrl": "http://127.0.0.1:3003/mcp/sse?toolId=breath-coherent-resonance-frequency-wim-hof-tummo-box-4-7-8-and-capnometer-etco2-estimation-coach",
"command": "",
"args": [],
"env": {},
"isActive": true,
"type": "sse"
}
}
}Après connexion au point d'accès SSE, listez les outils exposés :
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/list"
}Appelez l'outil par son id ; les arguments sont construits à partir de ses paramètres :
{
"jsonrpc": "2.0",
"id": 2,
"method": "tools/call",
"params": {
"name": "breath-coherent-resonance-frequency-wim-hof-tummo-box-4-7-8-and-capnometer-etco2-estimation-coach",
"arguments": {
"protocol": "wim-hof",
"rounds": 3,
"breathsPerRound": 30,
"breathCycleSec": 2.4,
"retentionSec": 75,
"recoveryHoldSec": 15,
"cycles": 4,
"minutes": 10,
"coherentBpm": 5.5,
"baselineEtco2": 40
}
}
}| recoveryHoldSec | number | Non | — |
| cycles | number | Non | — |
| minutes | number | Non | — |
| coherentBpm | number | Non | — |
| baselineEtco2 | number | Non | — |
Résultat HTML
{
"result": "<div>Processed HTML content</div>",
"error": "Error message (optional)",
"message": "Notification message (optional)",
"metadata": {
"key": "value"
}
}Des questions ou un problème ? Contactez [email protected]