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
read_md_with_imagesA

Read a markdown file or selected section/range and return the markdown with interleaved image blocks. Use section for an exact heading; if it is missing, line_range is used when provided. Optionally use index_md first to discover headings.

index_mdA

Index headings in a markdown file, URL, or local folder. Returns frontmatter (if any) and a TSV table of headings, line_start, n_images, char_count; use read_md_with_images to read specific content.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.3/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct purposes: one indexes headings and metadata, the other reads content with images. No overlap in functionality.

Naming Consistency5/5

Both tools follow a consistent verb_noun pattern (index_md, read_md_with_images) using snake_case, making them predictable.

Tool Count2/5

With only 2 tools, the server feels underdeveloped for typical markdown operations. While the tools are focused, a broader scope would justify more tools.

Completeness2/5

The server covers indexing and reading with images, but lacks essential operations like editing, deleting, or creating markdown content, leaving significant gaps.

Maintenance

ActivityStale
ResponsivenessNo issues