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

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
get_nanoleaf_infoB

Get information about the Nanoleaf device

turn_on_nanoleafB

Turn on the Nanoleaf lights

turn_off_nanoleafB

Turn off the Nanoleaf lights

set_brightnessC

Set the brightness of the Nanoleaf lights

set_colorC

Set the color of the Nanoleaf lights

set_effectC

Set an effect on the Nanoleaf lights

get_effectsB

Get list of available effects

discover_nanoleafB

Discover Nanoleaf devices on the network

connect_to_ipC

Connect to a Nanoleaf device at a specific IP address

authorize_nanoleafA

Authorize connection to Nanoleaf device (device must be in pairing mode)

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 10 tools

Disambiguation5/5

Each tool has a clearly distinct purpose with no ambiguity. Tools cover separate aspects like device discovery, connection, control (brightness, color, effects), and power management, making it easy for an agent to select the right tool.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with snake_case, such as 'authorize_nanoleaf', 'set_brightness', and 'turn_on_nanoleaf'. This predictability enhances usability and clarity.

Tool Count5/5

With 10 tools, the server is well-scoped for controlling Nanoleaf devices. Each tool serves a specific function in the device lifecycle, from discovery to operation, without being excessive or insufficient.

Completeness5/5

The toolset provides complete coverage for the Nanoleaf domain, including device discovery, connection, information retrieval, and full control over lighting (power, brightness, color, effects). There are no obvious gaps in the surface.

Maintenance

ActivityInactive
ResponsivenessNo issues