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
set_pwmD

Execute set_pwm command

get_pico_infoC

Execute get_pico_info command

led_controlD

Execute led_control command

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2.2/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: get_pico_info retrieves device information, led_control manages LED states, and set_pwm handles PWM signal configuration. There is no overlap in functionality, making tool selection unambiguous.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (get_pico_info, led_control, set_pwm) with clear, descriptive terms. The naming is uniform and predictable across the set.

Tool Count3/5

With only 3 tools, the set feels thin for a serial communication server, potentially lacking operations like data transmission, port configuration, or error handling. However, it is not severely under-scoped.

Completeness2/5

For a serial server, there are significant gaps: no tools for sending/receiving data, configuring serial parameters (e.g., baud rate), or managing connections. The existing tools cover only device control and info retrieval, leaving core serial functions unaddressed.

Maintenance

ActivityInactive
ResponsivenessNo issues