mediawiki-mcp-server

get_page

Retrieve specific page content from MediaWiki sites, including wikipedia.org, fandom.com, and wiki.gg, by providing the page title. Ideal for accessing detailed wiki information directly.

Instructions

Get a page from mediawiki.org Args: title: The title of the page to get, which can be found in title field of the search results Returns: The page content

Input Schema

NameRequiredDescriptionDefault
titleYes

Input Schema (JSON Schema)

{ "properties": { "title": { "title": "Title", "type": "string" } }, "required": [ "title" ], "title": "get_pageArguments", "type": "object" }

You must be authenticated.

Other Tools from mediawiki-mcp-server

Related Tools

ID: 9f9zunnuyj