Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_documentationA

Fuzzy and keyword search across OpenWebNet protocol specifications and Home Assistant MyHOME guides.

get_who_specA

Retrieve full technical specification, WHAT commands, and DIMENSIONS for an OpenWebNet WHO family.

list_who_catalogA

Return complete inventory table of all 20+ OpenWebNet WHO families with archive status and HA platform.

get_ha_guideB

Fetch complete markdown guide for configuring and troubleshooting Home Assistant entities.

lookup_frame_syntaxB

Look up OpenWebNet message grammar, regex templates, and parameter formats.

parse_and_validate_frameA

Parse a raw OpenWebNet frame string and perform semantic protocol validation.

draft_own_frameC

Construct and validate a syntactically correct OpenWebNet frame.

draft_ha_configA

Generate production-ready Home Assistant YAML configuration for any MyHOME entity.

get_code_signatureB

Inspect Python AST signatures, public methods, and docstrings from custom_components/myhome or OWNd.

rescan_documentationA

Flush caches and reload all OpenWebNet specifications, markdown documents, and codebase AST models.

Prompts

Interactive templates invoked by user choice

NameDescription
boostContext boost for AI agents: OpenWebNet protocol syntax, WHO subsystem mappings, and Home Assistant integration standards.

Resources

Contextual data attached and managed by the client

NameDescription
resource_who_catalogRead-only catalog of all OpenWebNet WHO families.
resource_protocol_grammarRead-only OpenWebNet formal grammar and frame templates.
resource_docs_tocRead-only table of contents for OpenWebNet & MyHOME documentation.