echonetlite-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ECHONET_DEFAULT_HOST | No | Default IP address for the ECHONETLite device | 192.168.1.6 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| discover_devicesA | Discover all ECHONETLite devices on the local network via multicast |
| get_device_statusC | Get full status of the home air conditioner device |
| set_operationB | Turn the home air conditioner ON or OFF |
| set_operating_modeB | Set the HVAC operating mode (auto, cool, heat, dry, fan_only) |
| set_temperatureB | Set the target temperature (0-50°C) |
| set_fan_speedB | Set the air flow rate (fan speed) |
| set_airflow_verticalB | Set the vertical vane/airflow position |
| set_airflow_horizontalB | Set the horizontal vane/airflow position (28 positions available) |
| set_swing_modeC | Set the air swing/swing mode function |
| set_auto_directionC | Set the automatic airflow direction mode |
| set_silent_modeC | Set the silent operation mode |
| set_power_savingB | Set the power-saving operation mode |
| get_temperaturesB | Get both room temperature and outdoor temperature readings |
| get_humidityB | Get the current room relative humidity reading |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| device://status | |
| device://capabilities |
TDQS
Scored across 14 tools
Each tool targets a distinct aspect of the air conditioner: discovery, status retrieval, humidity, temperatures, and various control parameters. There is no overlap or ambiguity.
All tool names follow a consistent pattern: verb_noun using snake_case (e.g., discover_devices, get_status, set_temperature). The verbs (discover, get, set) are uniform and clear.
14 tools cover essential operations for an air conditioner without being excessive. The scope is well-defined for a home automation HVAC control server.
The set covers all core CRUD-like operations: discovery, status reading, temperature/humidity sensing, and full control (on/off, mode, fan, airflow, power saving, silent). No obvious missing functionality.