mediawiki_get_related
Find pages related to a wiki page using links, backlinks, or shared categories. Choose the method to surface associated content.
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 |
|---|---|---|---|
| limit | No | Maximum related pages to return (default 20, max 50) | |
| title | Yes | Page title to find related pages for | |
| method | No | Method to find related: 'categories' (default), 'links', 'backlinks', or 'all' | |
| rationale | No | Optional one-sentence explanation of why you are calling this tool. Used for audit trails when present. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | ||
| title | Yes | ||
| method | Yes | ||
| related_pages | Yes | ||
| categories_used | No |