Skip to main content
Glama

Wikipedia MCP Server

extract_key_facts

Extract essential facts from Wikipedia articles, with an option to focus on specific topics, to gather concise and relevant information quickly.

Instructions

Extract key facts from a Wikipedia article, optionally focused on a topic.

Input Schema

NameRequiredDescriptionDefault
countNo
titleYes
topic_within_articleNo

Input Schema (JSON Schema)

{ "properties": { "count": { "default": 5, "title": "Count", "type": "integer" }, "title": { "title": "Title", "type": "string" }, "topic_within_article": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Topic Within Article" } }, "required": [ "title" ], "title": "extract_key_factsArguments", "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