Skip to main content
Glama
daedalus
by daedalus

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
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_ports_toolA

Tool to list all available serial ports.

Returns: List of available serial ports with their details.

open_portC

Open a serial port connection.

close_portB

Close an open serial port connection.

read_portC

Read data from an open serial port.

write_portB

Write data to an open serial port.

get_port_configB

Get the current configuration of an open serial port.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
list_portsList all available serial ports on the system. Returns: List of dictionaries containing port information including name, description, and hardware ID for each available port.

TDQS

A3.5/5.0

Scored across 6 tools

Disambiguation5/5

Each tool has a distinct purpose: listing, opening, closing, configuring, reading, and writing serial ports. There is no overlap or ambiguity between them.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern in snake_case (e.g., close_port, get_port_config). The naming is predictable and clear.

Tool Count5/5

Six tools cover the essential operations for serial port management without being excessive. The count is well-scoped for the domain.

Completeness4/5

Core lifecycle operations are present (list, open, close, read, write, get config). A minor gap is the lack of a set_config tool for modifying port settings, but agents can work around this.

Maintenance

ActivityInactive
ResponsivenessNo issues