librarian
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PYTHONPATH | Yes | The absolute path to the librarian directory, required for the python interpreter to locate the server modules. |
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 |
|---|---|
| search_wikipedia_pagesB | Search for Wikipedia pages on a certain word/topic and return the first 5 results with information to help choose the most relevant one |
| get_wikipedia_page_summaryB | Get a quick summary of a Wikipedia page - lighter version of get_wikipedia_page_info |
| get_wikipedia_page_sectionsA | Get a list of the sections on a Wikipedia Page. Its useful for when a page on wikipedia is too large and the LLM can query for the available sections to it to get only necessary information |
| get_wikipedia_page_sections_infoC | Get detailed sections information about a specific Wikipedia page |
| get_wikipedia_page_infoC | Get detailed information about a specific Wikipedia page including content, summary, and hyperlinked words |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| fact_checking_instructions | System instructions for automatic Wikipedia fact-checking behavior |
| fact_check_template | Template for structuring fact-checked responses |
| proactive_verification | Instructions for proactive fact verification without explicit requests |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Wikipedia Search Result Schema | JSON schema for Wikipedia search results returned by search_wikipedia_pages tool |
| Wikipedia Page Info Schema | JSON schema for Wikipedia page information returned by get_wikipedia_page_info tool |
| Wikipedia Page Summary Schema | JSON schema for Wikipedia page summary returned by get_wikipedia_page_summary tool |
| Wikipedia Page Sections Schema | JSON schema for Wikipedia page sections returned by get_wikipedia_page_sections tool |
| Wikipedia Page Sections Info Schema | JSON schema for Wikipedia page sections content returned by get_wikipedia_page_sections_info tool |
| Wikipedia Language Codes | List of supported Wikipedia language codes and their names |
| Wikipedia API Endpoints | Documentation of Wikipedia API endpoints used by the tools |
| Wikipedia Tools Usage Examples | Examples of how to use the Wikipedia tools effectively |
| Wikipedia Tools Best Practices | Guidelines and best practices for using Wikipedia tools effectively |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/mlziade/librarian'
If you have feedback or need assistance with the MCP directory API, please join our Discord server