Skip to main content
Glama
dmanfx

mcp-hs4

by dmanfx

hs4.devices.list

List HS4 devices filtered by location, interface, or capability to quickly find specific devices in your home automation system.

Instructions

List HS4 devices with filtering by location, interface, and capability.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
offsetNo
location1No
location2No
capabilityNo
includeRawNo
maxDevicesNo
interfaceNameNo
includeControlsNo
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of disclosing behavioral traits. It only mentions filtering capabilities but fails to state that this is a read-only operation, describe pagination behavior (despite limit/offset parameters in schema), or indicate whether results are comprehensive. The description is insufficient for an agent to understand side effects or safety.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

A single, well-structured sentence that front-loads the verb and resource, then specifies the key filters. It is concise with no wasted words. However, it could benefit from a brief mention of pagination parameters to improve structure without losing conciseness.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 9 parameters, no output schema, and no annotations, the description is far from complete. It omits return value details, pagination mechanics, and parameter constraints (e.g., limit defaults, maxDevices range). An agent would lack essential context to fully utilize the tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate. It adds meaning for three parameters (location1/location2, interfaceName, capability) but ignores six others: limit, offset, includeRaw, maxDevices, includeControls. Without these semantics, an agent cannot correctly use parameters like pagination or raw data inclusion. The coverage is partial and leaves critical gaps.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('List'), the resource ('HS4 devices'), and specifies three filter dimensions (location, interface, capability). This provides a clear purpose and distinguishes it from general listing. However, it could be more explicit about how it differs from sibling tools like hs4.devices.get or hs4.resolve.devices.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance on when to use this tool versus alternatives such as hs4.devices.get (likely fetching a single device) or hs4.resolve.devices. The description does not list any prerequisites or exclusions, leaving the agent to infer appropriate usage.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/dmanfx/mcp-hs4'

If you have feedback or need assistance with the MCP directory API, please join our Discord server