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
compress_codeB

Semantic code compression (removes comments + whitespace)

compress_jsonB

Minify JSON safely without breaking structure

optimize_promptB

Moves dynamic fields (timestamps / UUIDs) to end for better cache performance

redact_contentB

Redacts oversized code / logs and replaces them with a reversible placeholder

hydrateC

Restores content from HEADROOM_REDACTED placeholders

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.3/5.0

Scored across 5 tools

Disambiguation5/5

Each tool targets a distinct operation: compression of code vs JSON, redaction, hydration, and prompt optimization. There is no functional overlap.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case (e.g., compress_code, redact_content), making them predictable for an agent.

Tool Count5/5

With 5 tools, the server is well-scoped for content manipulation tasks. Each tool serves a clear purpose without unnecessary redundancy.

Completeness3/5

The set covers compression, redaction, hydration, and prompt optimization, but lacks a decompress tool for JSON minification and potentially other common formats, leaving a minor gap.

Maintenance

ActivityInactive
ResponsivenessNo issues