MCP Server Example
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 | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_documentationA | |
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 1 tool
With only one tool, there is no possibility of confusing it with others. The tool's purpose is clearly defined and distinct.
The single tool follows a consistent verb_noun pattern (get_documentation). Consistency is trivially maintained with one tool.
A single tool feels thin for a server, even if the tool is comprehensive. The server lacks the breadth typical of a well-scoped integration, making it borderline.
The tool fully covers its stated domain of retrieving documentation from LlamaIndex or LangChain. It provides appropriate parameters and returns comprehensive content, with no obvious gaps for a read-only documentation tool.