Категории

Normality Tester

Comprehensive normality testing using multiple statistical methods

Документация API

Конечная точка запроса

POST /ru/api/tools/normality-tester

Параметры запроса

Имя параметра Тип Обязательно Описание
dataInput textarea Да -
significanceLevel select Да -
includeVisualTests checkbox Нет -

Формат ответа

{
  "result": "Processed text content",
  "error": "Error message (optional)",
  "message": "Notification message (optional)",
  "metadata": {
    "key": "value"
  }
}
Текст: Текст

Документация MCP

Добавьте этот инструмент к конфигурации сервера MCP:

{
  "mcpServers": {
    "elysiatools-normality-tester": {
      "name": "normality-tester",
      "description": "Comprehensive normality testing using multiple statistical methods",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=normality-tester",
      "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]