get_article_sections
ActiveTool of wikipedia
Section outline of a Wikipedia article by title — the table-of-contents. Returns all headings + hierarchy (H2, H3, etc.) without the prose. Use when the article is long (history, science topics, biographies) and you want to navigate to a specific section vs reading the entire summary. Chain with get_article_summary for the lead text. Cheap, structural-only.
Parameters schema
{
"type": "object",
"examples": [
{
"title": "World War II"
},
{
"title": "Photosynthesis"
}
],
"required": [
"title"
],
"properties": {
"title": {
"type": "string",
"description": "Wikipedia article title (e.g., \"World War II\")"
}
}
}Parent server
wikipedia
https://github.com/pipeworx-io/mcp-wikipedia
2/7 registries