You're viewing a demo portfolio

Join the waitlist
PRSM

get_article_sections

Active

Tool of wikipedia

declared in 0.1.0

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

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_sections — wikipedia — PRSM MCP