分类

引导冥想练习

专业引导冥想工具,包含三种类型:慈爱冥想、开放监控冥想和专注冥想。支持背景音乐和完整的多语言支持。

Choose the type of meditation practice

Total duration for the meditation session

Choose background music for your meditation (optional)

API 文档

请求端点

POST /zh/api/tools/guided-meditation

请求参数

参数名 类型 必填 描述
meditationType select Choose the type of meditation practice
duration number Total duration for the meditation session
backgroundMusic select Choose background music for your meditation (optional)

响应格式

{
  "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"
  }
}
交互式组件: 交互式组件

AI MCP 文档

将此工具添加到您的 MCP 服务器配置中:

{
  "mcpServers": {
    "elysiatools-guided-meditation": {
      "name": "guided-meditation",
      "description": "专业引导冥想工具,包含三种类型:慈爱冥想、开放监控冥想和专注冥想。支持背景音乐和完整的多语言支持。",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=guided-meditation",
      "command": "",
      "args": [],
      "env": {},
      "isActive": true,
      "type": "sse"
    }
  }
}

你可以串联多个工具,比如:`https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`,最多20个。

如果遇见问题,请联系我们:[email protected]