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

Tools

Functions exposed to the LLM to take actions

NameDescription
encode_toonB

Convert JSON data into compact TOON format to save tokens.

decode_toonB

Convert TOON formatted text back into standard JSON.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct purposes: one converts TOON to JSON, the other JSON to TOON, with no overlap in functionality.

Naming Consistency5/5

Both tools follow a consistent verb_noun pattern (decode_toon, encode_toon), making the action and target clear.

Tool Count5/5

With exactly two tools covering the bidirectional conversion, the count is perfectly scoped for the domain; each tool is essential.

Completeness5/5

The tool set fully covers the conversion domain with both directions present, leaving no gaps in functionality.

Maintenance

ActivityActive
ResponsivenessNo issues