MCP AI Docs
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
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
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 4 tools
Each tool serves a clearly distinct purpose: searching, fetching, browsing structure, and maintaining the index. There is no overlap or ambiguity between the tools.
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.
Four tools is a well-scoped set for a documentation assistant. Each tool covers a necessary function without redundancy or bloat.
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.