get_article_summary
ActiveTool of wikipedia
AUTHORITATIVE summary of a Wikipedia article by exact title — typically faster + cheaper than search_wikipedia + get_article_sections + scrape. Returns the article's lead paragraph (the editorial overview), one-line description, thumbnail image, and a few related-content links. Use when you already have the canonical title (got it from search_wikipedia, or it's a well-known entity) and need the standard "what is X" prose answer. For the full section breakdown use get_article_sections.
Parameters schema
{
"type": "object",
"examples": [
{
"title": "Albert Einstein"
},
{
"title": "Python (programming language)"
}
],
"required": [
"title"
],
"properties": {
"title": {
"type": "string",
"description": "Wikipedia article title (e.g., \"Albert Einstein\")"
}
}
}Parent server
wikipedia
https://github.com/pipeworx-io/mcp-wikipedia
2/7 registries