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
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
render_mermaidA

Render Mermaid diagram markup to a PNG image. Returns the image inline so it can be previewed. If outputPath (an absolute .png path) is provided, the PNG is also saved there and the path is returned. Useful for turning AI-generated Mermaid (flowcharts, sequence, class, ER, gantt, state diagrams, etc.) into images.

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 1 tool

Disambiguation5/5

Only one tool exists, so there is no ambiguity in purpose. The tool clearly renders Mermaid diagrams to PNG.

Naming Consistency5/5

The tool name 'render_mermaid' follows a clear verb_noun pattern, consistent with the single tool in the set.

Tool Count3/5

A single tool feels thin for a server, but it may be justified if the sole purpose is rendering. It borders on the lower end of acceptable scope.

Completeness4/5

The tool covers the core rendering functionality across many diagram types. Minor gaps like syntax validation or listing available diagram types are not critical.

Maintenance

ActivityStale
ResponsivenessNo issues