Categories

Holmes-Rahe Life Events Stress Scale

Assess the impact of major life events over the past year using the Holmes-Rahe Social Readjustment Rating Scale

API Documentation

Request Endpoint

POST /en/api/tools/holmes-rahe-stress-scale

Request Parameters

Parameter Name Type Required Description
language select No -

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-holmes-rahe-stress-scale": {
      "name": "holmes-rahe-stress-scale",
      "description": "Assess the impact of major life events over the past year using the Holmes-Rahe Social Readjustment Rating Scale",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=holmes-rahe-stress-scale",
      "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]