Skip to main content
Glama

check_compatibility

Read-onlyIdempotent

Check if a smart home device fits a user's existing setup using SmartHomeExplorer's proprietary Compatibility Engine. Evaluates across 7 ecosystems (Google Home, Alexa, HomeKit, SmartThings, Matter, Hubitat, Home Assistant), 8 wireless protocols, hub requirements, and subscription cost stacking. Returns a compatibility score (0-100) and verdict (great-fit / works / caution / poor-fit). This cross-ecosystem analysis is unique to SmartHomeExplorer — no other public service evaluates device-to-device compatibility across platforms. Methodology at smarthomeexplorer.com/she-score-methodology.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
existing_devicesYesProduct names or IDs the user already owns (e.g., ["Google Nest Hub", "Ring Video Doorbell 4"])
candidate_productYesProduct name or ID to evaluate for compatibility
primary_ecosystemNoUser's primary smart home platform (auto-detected from devices if omitted)

TDQS

A4.3/5.0
Behavior4/5

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

With annotations already declaring readOnlyHint=true, idempotentHint=true, and destructiveHint=false, the description adds valuable behavioral context beyond annotations. It details what the engine evaluates (7 ecosystems, 8 protocols, hub requirements, subscription cost stacking) and the output format (score and verdict), providing a clear picture of the tool's operation without contradicting annotations.

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 three sentences, immediately front-loading the main action. Each sentence adds value: it states what the tool does, details evaluation criteria and return format, and provides methodology reference. No fluff or redundancy; it's concise and well-structured.

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 the tool's complexity (7 ecosystems, 8 protocols) and absence of an output schema, the description is remarkably complete. It explains what the tool evaluates, the return format (score and verdict), and where to find methodology details, enabling an agent to select and invoke it appropriately without additional documentation.

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 has 100% coverage, with descriptions for existing_devices and candidate_product already specifying what values to provide. The description adds general context about the evaluation dimensions but does not provide new parameter-level semantics beyond the schema. Baseline 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 clearly states the tool's function: checking if a smart home device fits a user's existing setup using a specific compatibility engine. It uses a specific verb ('check') and resource (device compatibility), and distinguishes itself from siblings like compare_products and get_product_verdict by focusing on compatibility with existing devices, not general comparison or verdicts.

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

Usage Guidelines4/5

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

The description indicates when to use this tool (to evaluate device compatibility across multiple ecosystems) and emphasizes its uniqueness, suggesting it is the go-to for cross-ecosystem compatibility analysis. It does not explicitly name alternative tools or provide when-not-to-use guidance, but the clear use case and differentiation earn a 4.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.4/5.0
Disambiguation5/5

Each tool targets a distinct action: searching products, retrieving a specific verdict, comparing products, checking compatibility, and fetching a buying guide. There is no overlap in purpose; even search and verdict are clearly separated as discovery vs. detailed analysis.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case: check, compare, get, get, search. The verbs are distinct and accurately reflect the operation, maintaining a uniform style across the set.

Tool Count5/5

Five tools is well within the ideal range and each tool earns its place by covering a distinct aspect of smart home product research. The count feels neither sparse nor bloated for the server's stated purpose.

Completeness5/5

The tool set provides a complete workflow for product intelligence: search/discovery, detailed verdicts, side-by-side comparison, compatibility analysis, and curated buying guides. There are no obvious dead ends or missing operations within the domain of product research and recommendations.

Resources