page_summary
ActiveTool of Wikimedia Rest
"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."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Wikimedia Rest
https://github.com/pipeworx-io/mcp-wikimedia-rest
1/7 registries