Skip to main content
Glama
jarahkon

hass-mcp-server

by jarahkon

ha_list_helpers

List all input helpers (e.g., input_boolean, input_number) in Home Assistant. Optionally filter by domain.

Instructions

List all input helpers (input_boolean, input_number, input_text, input_select, input_datetime, input_button, counter, timer)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainNoFilter by domain (e.g. 'input_boolean'). Omit to list all helper types.
Behavior3/5

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

The description implies a read-only operation by stating 'List all input helpers', but with no annotations, it fails to disclose any behavioral traits such as required permissions, return format, or pagination. The behavior is straightforward but underexplained.

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 a single, clear sentence that efficiently conveys the tool's purpose and lists the relevant types without any extra words or repetition.

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

Completeness4/5

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

For a simple list tool with one optional parameter and no output schema, the description is largely adequate. It covers the main functionality and filtering. However, it omits details about the output structure (e.g., whether it returns entity IDs or friendly names) and if there is any pagination or limit.

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

Parameters4/5

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

Schema coverage is 100% with the optional 'domain' parameter described. The description adds value by listing all valid helper domain values, which is not in the schema property description. However, it does not explain the format expected for the parameter (e.g., exact string matching).

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 explicitly states that the tool lists all input helpers and enumerates the supported types (input_boolean, input_number, etc.), making the purpose crystal clear and distinguishing it from sibling tools that list other entities.

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?

The description gives no guidance on when to use this tool versus alternatives like ha_list_states or other list operations. It does not mention any prerequisites or limitations, leaving the agent to infer usage from the tool name alone.

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/jarahkon/hass-mcp-server'

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