Skip to main content
Glama

Home Assistant MCP Server

by hekmon8

trigger_automation

Trigger specific Home Assistant automations by providing the automation ID, enabling automated control of connected devices and routines through the MCP Server.

Instructions

Trigger a Home Assistant automation

Input Schema

NameRequiredDescriptionDefault
automation_idYesThe automation ID to trigger (e.g., automation.morning_routine)

Input Schema (JSON Schema)

{ "properties": { "automation_id": { "description": "The automation ID to trigger (e.g., automation.morning_routine)", "type": "string" } }, "required": [ "automation_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