Skip to main content
Glama

Wikipedia MCP Server

summarize_article_section

Extract concise summaries from specific sections of Wikipedia articles by providing the article title and section name, with optional length control for precision.

Instructions

Get a summary of a specific section of a Wikipedia article.

Input Schema

NameRequiredDescriptionDefault
max_lengthNo
section_titleYes
titleYes

Input Schema (JSON Schema)

{ "properties": { "max_length": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": 150, "title": "Max Length" }, "section_title": { "title": "Section Title", "type": "string" }, "title": { "title": "Title", "type": "string" } }, "required": [ "title", "section_title" ], "title": "summarize_article_sectionArguments", "type": "object" }
Install Server

Other Tools from Wikipedia MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Rudra-ravi/wikipedia-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server