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
list_topicsA

List every curated document available, with its topic, source URL, and last-verified date. Call this first to see what is covered before searching.

search_docsA

Search the curated, source-verified docs for building MCP servers and Claude agents. Use this whenever you need current, accurate details about MCP (transports, tools, resources, lifecycle, auth), the Claude Agent SDK, or Claude Code — instead of relying on memory, which is often stale for these fast-moving APIs. Returns ranked snippets with their source URLs.

get_docA

Fetch the full curated markdown of one document by its id (from list_topics or search_docs). Use when a snippet is not enough and you need the complete, verified document.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.5/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: list_topics lists all available documents, search_docs searches for specific content, and get_doc retrieves full document. No overlap or ambiguity.

Naming Consistency5/5

All tool names follow a consistent verb_noun snake_case pattern: list_topics, search_docs, get_doc. Easy to predict and understand.

Tool Count4/5

With only 3 tools, the set is minimal but covers the essential operations for a documentation server: browse, search, and retrieve. It is slightly under the typical range but still reasonable for a focused server.

Completeness5/5

The tool surface covers the full lifecycle of accessing curated documentation: listing all documents, searching for specific content, and retrieving full documents. No obvious gaps for the stated purpose.

Maintenance

ActivityInactive
ResponsivenessUnresponsive