Skip to main content
Glama
cartek99

MCP AI Docs

by cartek99

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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_docsA

Search across Anthropic Claude and Google Gemini documentation with fuzzy matching. Returns ranked results with snippets.

fetch_pageA

Fetch the full content of a specific documentation page from Anthropic or Gemini docs. Returns content in the requested format.

list_sectionsA

List available documentation sections organized by platform. Shows section names, page counts, and subsections.

refresh_indexA

Refresh the documentation search index by re-crawling documentation sites. Use force=true to bypass cache.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.1/5.0

Scored across 4 tools

Disambiguation5/5

Each tool serves a clearly distinct purpose: searching, fetching, browsing structure, and maintaining the index. There is no overlap or ambiguity between the tools.

Naming Consistency5/5

All tools follow a consistent verb_noun snake_case pattern: search_docs, fetch_page, list_sections, refresh_index. The naming style is uniform and predictable.

Tool Count5/5

Four tools is a well-scoped set for a documentation assistant. Each tool covers a necessary function without redundancy or bloat.

Completeness5/5

The tool set covers the full documentation workflow: discover sections, search for relevant content, retrieve full pages, and refresh the index. There are no obvious dead ends or missing core operations for its stated purpose.

Maintenance

ActivityInactive
ResponsivenessNo issues