You're viewing a demo portfolio

Join the waitlist
PRSM

page_summary

Active

Tool of Wikimedia Rest

declared in 0.1.0

"What is X" / "who is X" / "tell me about X" / "Wikipedia summary of X" / "biography of X" / "history of X" — fetches the Wikipedia article extract (title, description, thumbnail, lead-paragraph extract) for any topic, person, place, event, or concept. Use whenever an agent needs a quick encyclopedic reference. Defaults to en.wikipedia.org; pass project/lang for other Wikimedia projects or languages. Example: page_summary({ title: "Albert Einstein" }).

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "title": "Albert Einstein"
    },
    {
      "lang": "en",
      "title": "Python (programming language)",
      "project": "wikipedia"
    }
  ],
  "required": [
    "title"
  ],
  "properties": {
    "lang": {
      "type": "string",
      "description": "Language code. Default \"en\". Examples: \"es\", \"fr\", \"de\", \"ja\"."
    },
    "title": {
      "type": "string",
      "description": "Wikipedia article title, e.g. \"Albert Einstein\", \"Python (programming language)\", \"World War II\"."
    },
    "project": {
      "type": "string",
      "description": "Wikimedia project. Default \"wikipedia\". Other: \"wiktionary\", \"wikiquote\", \"wikibooks\", etc."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Wikimedia Rest

https://github.com/pipeworx-io/mcp-wikimedia-rest

1/7 registries
View full server →
page_summary — Wikimedia Rest — PRSM MCP