Skip to main content
Glama

Home Assistant MCP

homeassistant_call_service

Execute specific services on Home Assistant entities by specifying the entity ID, domain, and service. Enables precise control over smart home device actions.

Instructions

Call a service of a Home Assistant entity

Input Schema

NameRequiredDescriptionDefault
domainYesThe domain of the service
entity_idYesThe entity ID of the Home Assistant entity
serviceYesThe service to call

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "domain": { "description": "The domain of the service", "type": "string" }, "entity_id": { "description": "The entity ID of the Home Assistant entity", "type": "string" }, "service": { "description": "The service to call", "type": "string" } }, "required": [ "entity_id", "domain", "service" ], "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