Skip to main content
Glama

Home Assistant MCP Server

by hekmon8

get_state

Retrieve the current state of a specific Home Assistant entity, such as a light or sensor, by providing its entity ID for real-time monitoring and control.

Instructions

Get the current state of a Home Assistant entity

Input Schema

NameRequiredDescriptionDefault
entity_idYesThe entity ID to get state for (e.g., light.living_room)

Input Schema (JSON Schema)

{ "properties": { "entity_id": { "description": "The entity ID to get state for (e.g., light.living_room)", "type": "string" } }, "required": [ "entity_id" ], "type": "object" }

You must be authenticated.

Other Tools from Home Assistant MCP Server

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/hekmon8/Homeassistant-server-mcp'

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