Skip to main content
Glama

list_automation_traces

Retrieve recent execution traces for Home Assistant automations to debug and monitor performance. Use automation ID to access execution history and identify issues.

Instructions

List recent execution traces for a specific automation.

Args: automation_id: Automation ID (e.g. 'motion_light' or 'automation.motion_light') domain: 'automation' or 'script' (default: 'automation') limit: Max traces to return (default: 10, max: 50)

Use run_id from results with get_automation_trace for full details.

Examples: list_automation_traces("motion_light") list_automation_traces("kitchen_lights", limit=5)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
automation_idYes
domainNoautomation
limitNo

Latest Blog Posts

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/rmaher001/hass-mcp-plus'

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