Autogenes Training
Schultz Autogenes Training - eine Entspannungstechnik, die durch passive Konzentration auf körperliche Empfindungen tiefe Entspannung induziert. Mit schrittweiser Anleitung und voller mehrsprachiger Unterstützung.
API-Dokumentation
Request-Endpunkt
POST /de/api/tools/autogenic-training
Request-Parameter
| Parameter-Name | Typ | Erforderlich | Beschreibung |
|---|---|---|---|
| trainingMode | select | Nein | Choose the type and depth of autogenic training |
| duration | number | Nein | Total duration for the autogenic training session |
| backgroundMusic | select | Nein | Choose background music for your training (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-autogenic-training": {
"name": "autogenic-training",
"description": "Schultz Autogenes Training - eine Entspannungstechnik, die durch passive Konzentration auf körperliche Empfindungen tiefe Entspannung induziert. Mit schrittweiser Anleitung und voller mehrsprachiger Unterstützung.",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=autogenic-training",
"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]