Skip to main content
Glama
tim661811
by tim661811

Diagnose the Homey connection

homey_doctor
Read-onlyIdempotent

Diagnoses connection and configuration issues with your Homey hub: reports connection method, hardware, feature support, and CLI status, each with actionable next steps. Safe for public issue reports.

Instructions

Reports what is and is not working between this server and your Homey: which kind of address answered and how it was chosen, which kind of credential source was used (never the credential itself), the hardware model and firmware, which features this Homey generation actually supports and why, whether the official Homey CLI is installed and signed in (which is what decides whether flows can be created), and how much of the home has been read so far. Call this when another Homey tool fails, or before reporting a problem. Every check comes with a concrete next step. Safe to paste into a public issue: no device, zone or household names, no network addresses, no Homey id and no file paths. Run "npx homey-mcp doctor" in a terminal for the version that keeps those.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
includeSystemNoAsk the hub for memory, uptime and Node version. Defaults to true.
includeInventoryNoCount devices, zones, flows, flow cards, Insights logs and variables. Costs a few requests, and the flow card catalogue is the large one. Defaults to true.
Install Server

TDQS

A4.6/5.0
Behavior5/5

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

Beyond the readOnlyHint/idempotent annotations, the description discloses important behavior: no credential is ever exposed, output is safe for public issues because it redacts names/addresses/IDs/paths, and each check provides a next step. It also clarifies the role of CLI auth in flow creation.

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?

The description is dense and packed with useful specifics, but it is structured as one long run-on paragraph. Every clause adds value, so it is not wasteful, yet front-loading with short labeled sections would improve scannability.

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

Completeness5/5

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

Given there is no output schema, the description thoroughly covers what the tool reports, why it is safe to share, when to use it, and what each check includes. It satisfies the diagnostic use case without leaving major gaps.

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 main description does not address the two parameters, but the input schema already describes both with 100% coverage, including defaults and cost implications. The description adds no parameter-level meaning, so the schema-based baseline of 3 is appropriate.

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 uses a specific verb ('Reports') and identifies a clear resource scope ('what is and is not working between this server and your Homey'). It also distinguishes itself from the sibling tools by framing itself as the diagnostic entry point before reporting problems.

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

Usage Guidelines5/5

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

The description gives explicit usage timing: 'Call this when another Homey tool fails, or before reporting a problem.' It also names a concrete alternative, the terminal command 'npx homey-mcp doctor', for the version that includes more detail.

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

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/tim661811/homey-mcp'

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