Skip to main content
Glama

Home Assistant MCP

homeassistant_get_state

Retrieve the current state of any Home Assistant entity by specifying its entity ID, enabling AI assistants to monitor and manage smart home devices effectively.

Instructions

Get the state of a Home Assistant entity

Input Schema

NameRequiredDescriptionDefault
entity_idYesThe entity ID of the Home Assistant entity

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "entity_id": { "description": "The entity ID of the Home Assistant entity", "type": "string" } }, "required": [ "entity_id" ], "type": "object" }
Install Server

Other Tools from Home Assistant MCP

Related Tools

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/guilhermelirio/homeassistant-mpc'

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