You're viewing a demo portfolio

Join the waitlist
PRSM

get_article_summary

Active

Tool of wikipedia

declared in 0.1.0

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\")"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

wikipedia

https://github.com/pipeworx-io/mcp-wikipedia

2/7 registries
View full server →
get_article_summary — wikipedia — PRSM MCP