Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PYTHONPATHYesThe absolute path to the librarian directory, required for the python interpreter to locate the server modules.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_wikipedia_pages

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_summary

Get a quick summary of a Wikipedia page - lighter version of get_wikipedia_page_info

get_wikipedia_page_sections

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_info

Get detailed sections information about a specific Wikipedia page

get_wikipedia_page_info

Get detailed information about a specific Wikipedia page including content, summary, and hyperlinked words

Prompts

Interactive templates invoked by user choice

NameDescription
fact_checking_instructionsSystem instructions for automatic Wikipedia fact-checking behavior
fact_check_templateTemplate for structuring fact-checked responses
proactive_verificationInstructions for proactive fact verification without explicit requests

Resources

Contextual data attached and managed by the client

NameDescription
Wikipedia Search Result SchemaJSON schema for Wikipedia search results returned by search_wikipedia_pages tool
Wikipedia Page Info SchemaJSON schema for Wikipedia page information returned by get_wikipedia_page_info tool
Wikipedia Page Summary SchemaJSON schema for Wikipedia page summary returned by get_wikipedia_page_summary tool
Wikipedia Page Sections SchemaJSON schema for Wikipedia page sections returned by get_wikipedia_page_sections tool
Wikipedia Page Sections Info SchemaJSON schema for Wikipedia page sections content returned by get_wikipedia_page_sections_info tool
Wikipedia Language CodesList of supported Wikipedia language codes and their names
Wikipedia API EndpointsDocumentation of Wikipedia API endpoints used by the tools
Wikipedia Tools Usage ExamplesExamples of how to use the Wikipedia tools effectively
Wikipedia Tools Best PracticesGuidelines and best practices for using Wikipedia tools effectively

Latest Blog Posts

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