Skip to main content
Glama

MediaWiki Syntax MCP Server

get-mediawiki-syntax

Retrieve up-to-date MediaWiki syntax documentation from official sources, offering complete or summary formats for formatting, links, tables, templates, and more.

Instructions

Retrieve comprehensive MediaWiki syntax documentation by dynamically fetching from official MediaWiki help pages. This provides complete and up-to-date markup syntax for all MediaWiki features including formatting, links, tables, images, templates, categories, magic words, and citations.

Input Schema

NameRequiredDescriptionDefault
formatNoFormat of the documentation - 'complete' for full syntax guide (default), 'summary' for condensed version

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "format": { "description": "Format of the documentation - 'complete' for full syntax guide (default), 'summary' for condensed version", "enum": [ "complete", "summary" ], "type": "string" } }, "type": "object" }
Install Server

Other Tools from MediaWiki Syntax 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/kongyo2/MediaWiki-Syntax-MCP'

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