Skip to main content
Glama

mediawiki-mcp-server

get-page

Retrieve detailed page objects from a MediaWiki page, including metadata, revision history, and optional formatted content (source or HTML) using the specified title.

Instructions

Returns the standard page object for a wiki page, optionally including page source or rendered HTML, and including the license and information about the latest revision.

Input Schema

NameRequiredDescriptionDefault
contentNoFormat of the page content to retrievenoContent
titleYesWiki page title

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "content": { "default": "noContent", "description": "Format of the page content to retrieve", "enum": [ "noContent", "withSource", "withHtml" ], "type": "string" }, "title": { "description": "Wiki page title", "type": "string" } }, "required": [ "title" ], "type": "object" }

You must be authenticated.

Other Tools from mediawiki-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/ProfessionalWiki/MediaWiki-MCP-Server'

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