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
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Page title to find related pages for | |
| limit | No | Maximum related pages to return (default 20, max 50) | |
| method | No | Method to find related: 'categories' (default), 'links', 'backlinks', or 'all' |