Skip to main content
Glama

espconnect_device_status

Retrieve current status of an ESPConnect device by providing the hub device ID and device identifier. Get real-time operational state for monitoring and troubleshooting.

Instructions

Get status of an ESPConnect device

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
device_idYesESPConnect hub device ID
esp_device_idYesESPConnect device identifier
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 for behavioral disclosure. It only says 'Get status' without detailing what status includes, whether the data is real-time, error behavior, or permissions required. This is minimal transparency for a read tool.

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

Conciseness5/5

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

The description is one concise, front-loaded sentence that states the exact purpose without any redundant wording or filler.

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?

There is no output schema or annotations, and the description does not explain what 'status' encompasses, what the response looks like, or how the two identifiers relate. For a status tool, this is insufficient for an agent to confidently invoke and interpret the result.

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

Parameters3/5

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

The input schema provides complete descriptions for both required parameters (device_id and esp_device_id), so coverage is 100%. The tool description adds no additional parameter meaning, warranting the baseline score of 3.

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

Purpose5/5

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

The description clearly states 'Get status of an ESPConnect device' with a specific verb and resource. It distinguishes from sibling tools by specifying the ESPConnect vendor, and from espconnect_send_command and espconnect_ota_update by being a read operation.

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?

There is no guidance on when to use this tool vs alternatives such as iot_device_status, tuya_device_status, or espconnect_list_devices. The description offers no context, prerequisites, or exclusions, leaving selection to the agent's inference.

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/monthop-gmail/iot-mcp-claude'

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