Skip to main content
Glama

mediawiki_get_related

Find pages linked to or categorized with a specific MediaWiki page using links, backlinks, or category relationships.

Instructions

Find pages related to a given page via links and categories.

USE WHEN: User asks "what pages are related to X", "show linked pages", "find associated content".

NOT FOR: Finding content-similar pages (use mediawiki_find_similar_pages for duplicate detection).

PARAMETERS:

  • title: Page name (required)

  • method: "categories" (default), "links", "backlinks", or "all"

  • limit: Max related pages (default 20)

RETURNS: Related page titles with relationship type.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYesPage title to find related pages for
limitNoMaximum related pages to return (default 20, max 50)
methodNoMethod to find related: 'categories' (default), 'links', 'backlinks', or 'all'

Latest Blog Posts

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/olgasafonova/mediawiki-mcp-server'

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