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": false
}

Tools

Functions exposed to the LLM to take actions

NameDescription
rtfm_searchA

Search the indexed knowledge base. Returns ranked source paths with line ranges, no content. Use rtfm_expand to read content.

rtfm_coverageA

How much of a project this index actually holds.

Say this before answering from the index when completeness matters: a partial index read as a complete one is how an absent result becomes "there is nothing on the subject".

The denominator is the scan's own list of files — not everything in the directory. Logs, lock files, state files and build output are not counted as gaps, because RTFM was never going to index them.

rtfm_booksB

List indexed books with per-corpus summary and pagination.

rtfm_discoverA

Scan a project directory and return a structural map (file types, languages, entry points, size breakdown). ~1 second.

rtfm_contextA

Get sources relevant to a subject. Returns paths + line ranges, no content. Use rtfm_expand to read.

rtfm_expandA

Read content of an indexed file with line numbers.

Use after rtfm_search. Like Read, but for indexed files.

rtfm_graphB

Show graph neighbors of a file (imports, links, includes, citations).

rtfm_historyA

Show version history of an indexed file, or retrieve a specific version.

Each time a file is re-synced, its previous content is saved as a snapshot.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/roomi-fields/rtfm'

If you have feedback or need assistance with the MCP directory API, please join our Discord server