Skip to main content
Glama

get_error_log

Retrieve and filter Home Assistant error logs to diagnose issues with integrations, error levels, or recent timeframes.

Instructions

Get the Home Assistant error log (WebSocket API). Stacktraces truncated by default.

Args: limit: Max records (1-100, default: 50) integration: Filter by integration (e.g. "mqtt", "zwave") level: Filter by level: "ERROR" or "WARNING" since_minutes: Only errors from last N minutes truncate_traces: Truncate stacktraces to 3 lines (default: True)

Examples: get_error_log(integration="mqtt") get_error_log(level="ERROR", since_minutes=60)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
integrationNo
levelNo
since_minutesNo
truncate_tracesNo

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