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

Tools

Functions exposed to the LLM to take actions

NameDescription
export_diagramA

Export a Monodraw diagram (.monopic or .monojson) to plain ASCII text

export_diagram_jsonA

Export a Monodraw diagram with full metadata as structured JSON

list_diagramsB

Find all Monodraw diagram files (.monopic, .monojson) in a directory

open_in_monodrawB

Open a file in the Monodraw application

get_diagram_previewA

Get a text preview of a Monodraw diagram file

create_ascii_artB

Generate ASCII art (boxes, flowcharts, tables, trees, sequence diagrams)

Prompts

Interactive templates invoked by user choice

NameDescription
flowchartGenerate an ASCII flowchart diagram
box-diagramGenerate an ASCII box/container diagram
sequence-diagramGenerate an ASCII sequence diagram
architectureGenerate an ASCII architecture diagram
tableGenerate an ASCII table
treeGenerate an ASCII tree structure

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 6 tools

Disambiguation4/5

Tools are largely distinct: create_ascii_art generates, list_diagrams finds, get_diagram_preview and export_diagram provide text output (with slight overlap), export_diagram_json gives structured JSON, and open_in_monodraw launches the app. The difference between preview and export could be ambiguous, but descriptions clarify intent.

Naming Consistency4/5

Most tools follow a verb_noun pattern (export_diagram, list_diagrams, get_diagram_preview, create_ascii_art). Slight deviations: export_diagram_json has an extra suffix, and open_in_monodraw uses a prepositional phrase, but overall the naming is clear and predictable.

Tool Count5/5

Six tools is well-scoped for a Monodraw server covering creation, listing, preview, export, and opening. Each tool has a clear purpose and none seem redundant or out of place.

Completeness4/5

The set covers the main workflow: create, discover, preview, export (text/JSON), and open in the app. Missing update/delete operations are acceptable since the tool is focused on generation and export, but a raw file content retrieval tool could be a minor gap.

Maintenance

ActivityInactive
ResponsivenessNo issues