Skip to main content
Glama

Wikipedia MCP Server

summarize_article_for_query

Extract a concise summary of a Wikipedia article based on a specific query, enabling focused and relevant information retrieval for targeted research or learning needs.

Instructions

Get a summary of a Wikipedia article tailored to a specific query.

Input Schema

NameRequiredDescriptionDefault
max_lengthNo
queryYes
titleYes

Input Schema (JSON Schema)

{ "properties": { "max_length": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": 250, "title": "Max Length" }, "query": { "title": "Query", "type": "string" }, "title": { "title": "Title", "type": "string" } }, "required": [ "title", "query" ], "title": "summarize_article_for_queryArguments", "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