Autogenic Training
Schultz Autogenic Training - a relaxation technique that induces deep relaxation through passive concentration on physical sensations. Features step-by-step guidance with complete multi-language support.
API Documentation
Request Endpoint
POST /en/api/tools/autogenic-training
Request Parameters
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| trainingMode | select | No | Choose the type and depth of autogenic training |
| duration | number | No | Total duration for the autogenic training session |
| backgroundMusic | select | No | Choose background music for your training (optional) |
Response Format
{
"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"
}
}
Interactive Component:
Interactive Component
AI MCP Documentation
Add this tool to your MCP server configuration:
{
"mcpServers": {
"elysiatools-autogenic-training": {
"name": "autogenic-training",
"description": "Schultz Autogenic Training - a relaxation technique that induces deep relaxation through passive concentration on physical sensations. Features step-by-step guidance with complete multi-language support.",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=autogenic-training",
"command": "",
"args": [],
"env": {},
"isActive": true,
"type": "sse"
}
}
}
You can chain multiple tools, e.g.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 tools.
If you encounter any issues, please contact us at [email protected]