Progressive Muskelentspannung (PMR)
Geführte progressive Muskelentspannungstechnik zur Stresslinderung, Angstreduktion und besseren Schlafsundheit
API-Dokumentation
Request-Endpunkt
POST /de/api/tools/pmr-guided-relaxation
Request-Parameter
| Parameter-Name | Typ | Erforderlich | Beschreibung |
|---|---|---|---|
| sessionType | select | Nein | Choose type of PMR practice |
| duration | number | Nein | Total duration for PMR session |
| pace | select | Nein | Speed of tension-relaxation cycles |
| backgroundSound | select | Nein | Choose background sound for relaxation (optional) |
Antwortformat
{
"result": "Initial display content",
"interactive": true,
"components": [
{
"type": "timer",
"id": "timer1",
"config": {
"label": "Countdown",
"duration": 60
}
}
],
"state": {
"key": "value"
},
"actions": [
{
"type": "start",
"id": "start-btn",
"label": "Start"
}
],
"styles": "/* Custom CSS */",
"scripts": "/* Client-side scripts */",
"error": "Error message (optional)",
"message": "Notification message (optional)",
"metadata": {
"key": "value"
}
}
Interaktives Komponenten:
Interaktives Komponenten
MCP-Dokumentation
Fügen Sie dieses Tool zu Ihrer MCP-Server-Konfiguration hinzu:
{
"mcpServers": {
"elysiatools-pmr-guided-relaxation": {
"name": "pmr-guided-relaxation",
"description": "Geführte progressive Muskelentspannungstechnik zur Stresslinderung, Angstreduktion und besseren Schlafsundheit",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=pmr-guided-relaxation",
"command": "",
"args": [],
"env": {},
"isActive": true,
"type": "sse"
}
}
}
Sie können mehrere Tools verketten, z.B.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, maximal 20 Tools.
Wenn Sie auf Probleme stoßen, kontaktieren Sie uns bitte bei [email protected]