Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ERASER_API_KEYYesYour Eraser.io API key from your account settings

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
create_diagramA
validate_diagramA
fix_diagramA

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.7/5.0

Scored across 3 tools

Disambiguation5/5

The three tools have clearly distinct purposes with no overlap: validate_diagram checks syntax, fix_diagram corrects errors, and create_diagram renders final diagrams. The detailed when-to-use/when-not-to-use sections explicitly differentiate them, and the workflow-position tags reinforce their sequential relationship (validate→fix→create).

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (validate_diagram, fix_diagram, create_diagram) with the same noun ('diagram') and clear action verbs. This uniformity makes the tool set predictable and easy to understand at a glance.

Tool Count5/5

Three tools is perfectly appropriate for this server's focused domain of diagram processing. Each tool serves a distinct, essential function in the workflow (validation, correction, creation), and there are no missing or extraneous tools—the count aligns well with the scope.

Completeness5/5

The tool set provides complete coverage for the diagram lifecycle: validation, fixing, and creation. There are no gaps; agents can handle any diagram-related request from syntax checking to final rendering, with clear guidance on tool selection through the detailed documentation.

Maintenance

ActivityInactive
ResponsivenessNo issues