Skip to main content
Glama
vitaleap
by vitaleap

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
addA

Add a new llms.txt (https://llmstxt.org) by URL. Fetches and caches the document locally. Use when the user wants to save, import, or subscribe to an llms.txt.

editA

Update name, url, or description of an llms.txt entry by id. Re-fetches if url changes. Call list first if you don't have the id.

delA

Delete an llms.txt entry and its cached content by id. Call list first if you don't have the id.

listA

List all saved llms.txt entries (id, name, url, description). Use when the user asks what's available, or to look up an id for other tools.

viewA

Read the content of a stored llms.txt document by id. The returned text contains absolute URLs that can be fetched via view_doc. Call list first if you don't have the id.

view_docA

Fetch a document content linked from a stored llms.txt by its absolute URL. Typically called with a URL discovered via view.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.2/5.0

Scored across 6 tools

Disambiguation5/5

Each tool targets a distinct operation: add creates an entry, edit updates metadata, del removes it, list shows summaries, view reads stored content, and view_doc fetches linked documents. There is no meaningful overlap or ambiguity between tool purposes.

Naming Consistency4/5

Most names follow a simple imperative verb style: add, edit, del, list, view. The main deviation is view_doc, which uses a verb_noun pattern, and del is an abbreviation of delete, but the set is still readable and predictable overall.

Tool Count5/5

Six tools is an appropriate size for this server's focused purpose of managing and viewing llms.txt documents. The tool count is neither too thin nor bloated.

Completeness5/5

The tool set covers the full lifecycle of stored llms.txt entries: add, edit, delete, list, and view content, plus fetching linked documents. No obvious operations needed for the described domain are missing.

Maintenance

ActivityStale
ResponsivenessNo issues