KOVA MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_devicesA | List available myGEKKO devices, optionally filtered to one system. Args: system: optional system key (e.g. 'lights', 'blinds', 'roomtemps'). |
| get_stateA | Read the current state of a device by its path (e.g. 'lights/item0'). |
| describe_capabilitiesA | Discover what this specific controller exposes and how to control it. Because every installation is configured differently, call this to learn which systems exist, which are controllable, and the exact command grammar of each writable device. Systems with a 'typed_tool' are best driven by that tool (e.g. control_light); the rest are driven by 'control_device' using an advertised command token or label. Args: system: optional system key to describe just one (e.g. 'lights'). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| inventory_resource | Full device inventory: systems, items, paths, and capabilities. |
| capabilities_resource | What THIS controller can do: systems + decoded per-device command grammar. |