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": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
lan_discoverA

Discover devices on local network and Bluetooth.

Scans WiFi/LAN and Bluetooth LE simultaneously. Returns a discovery report with new, updated, lost devices.

lan_discover_pendingB

List devices awaiting manual registration.

lan_device_registerC

Promote a pending device to the registry.

lan_pending_dismissC

Dismiss a pending device (hide from pending list).

lan_device_listC

List registered devices with current status.

lan_device_controlC

Send a command to a device.

lan_device_statusC

Get detailed current status of a device.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
device_inventoryFull device inventory as markdown for LLM context.
pending_inventoryPending devices as markdown for LLM context.

TDQS

B3.2/5.0

Scored across 7 tools

Disambiguation5/5

Each tool targets a distinct operation: discovery trigger, pending list, pending registration, pending dismissal, registered device list, device control, and device status. No two tools overlap in purpose, so an agent can easily select the correct tool for a given task.

Naming Consistency4/5

All tools share the 'lan_' prefix, providing a unified namespace. However, naming mixes verb-first (lan_discover) and noun-first (lan_device_register) patterns, and lan_device_status uses a noun instead of an action verb. These are minor deviations that don't severely impair readability.

Tool Count5/5

Seven tools is ideal for a local network device management server. The set covers discovery, the pending device workflow, and registered device operations without unnecessary redundancy, fitting comfortably within the 3-15 tool range.

Completeness4/5

The tool set covers the core lifecycle from discovery through pending approval and registration, plus device listing, control, and status retrieval. Notable gaps include no unregister/delete operation for registered devices and no update device details, but these are minor for a LAN management use case.

Maintenance

ActivityInactive
ResponsivenessNo issues