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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
infoA

Classify an IPv4 or IPv6 address: version + private/loopback/link-local/multicast/unspecified flags.

containsB

Check whether an IP address is inside a CIDR block (e.g. 10.0.0.0/8).

expandA

Expand a compact IPv6 address to its full eight-group form.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.8/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a completely distinct purpose: contains checks IP in CIDR, expand expands IPv6, info classifies address properties. No overlap.

Naming Consistency5/5

All tool names are single, lowercase verbs (contains, expand, info), following a consistent pattern.

Tool Count5/5

Three tools is perfectly scoped for a focused IP utility server, covering essential operations without bloat.

Completeness4/5

Covers containment, expansion, and classification. Missing validation or subnet calculation, but core functionality is present and gaps are minor.

Maintenance

ActivityInactive
ResponsivenessNo issues