Home Assistant MCP Server

get_state

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" }