Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_wikipediaB

Search Wikipedia for articles matching a query.

wikipedia_search_wikipediaB

Search Wikipedia for articles matching a query.

test_wikipedia_connectivityA

Provide diagnostics for Wikipedia API connectivity.

Returns the base API URL, language, site information, and response time in milliseconds. If connectivity fails, status will be 'failed' with error details.

wikipedia_test_wikipedia_connectivityA

Provide diagnostics for Wikipedia API connectivity.

Returns the base API URL, language, site information, and response time in milliseconds. If connectivity fails, status will be 'failed' with error details.

get_articleB

Get the full content of a Wikipedia article.

Returns a dictionary containing article details or an error message if retrieval fails.

wikipedia_get_articleC

Get the full content of a Wikipedia article.

Returns a dictionary containing article details or an error message if retrieval fails.

get_summaryB

Get a summary of a Wikipedia article.

Returns a dictionary with the title and summary string. On error, includes an error message instead of a summary.

wikipedia_get_summaryB

Get a summary of a Wikipedia article.

Returns a dictionary with the title and summary string. On error, includes an error message instead of a summary.

summarize_article_for_queryA

Get a summary of a Wikipedia article tailored to a specific query.

The summary is a snippet around the query within the article text or summary. The max_length parameter controls the length of the snippet.

wikipedia_summarize_article_for_queryA

Get a summary of a Wikipedia article tailored to a specific query.

The summary is a snippet around the query within the article text or summary. The max_length parameter controls the length of the snippet.

summarize_article_sectionC

Get a summary of a specific section of a Wikipedia article.

Returns a dictionary containing the section summary or an error.

wikipedia_summarize_article_sectionC

Get a summary of a specific section of a Wikipedia article.

Returns a dictionary containing the section summary or an error.

extract_key_factsC

Extract key facts from a Wikipedia article, optionally focused on a topic.

Returns a dictionary containing a list of facts.

wikipedia_extract_key_factsB

Extract key facts from a Wikipedia article, optionally focused on a topic.

Returns a dictionary containing a list of facts.

get_related_topicsB

Get topics related to a Wikipedia article based on links and categories.

Returns a list of related topics up to the specified limit.

wikipedia_get_related_topicsB

Get topics related to a Wikipedia article based on links and categories.

Returns a list of related topics up to the specified limit.

get_sectionsA

Get the sections of a Wikipedia article.

Returns a dictionary with the article title and list of sections.

wikipedia_get_sectionsA

Get the sections of a Wikipedia article.

Returns a dictionary with the article title and list of sections.

get_linksA

Get the links contained within a Wikipedia article.

Returns a dictionary with the article title and list of links.

wikipedia_get_linksA

Get the links contained within a Wikipedia article.

Returns a dictionary with the article title and list of links.

get_coordinatesA

Get the coordinates of a Wikipedia article.

Returns a dictionary containing coordinate information.

wikipedia_get_coordinatesA

Get the coordinates of a Wikipedia article.

Returns a dictionary containing coordinate information.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/Rudra-ravi/wikipedia-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server