mediawiki_find_broken_internal_links
Identify and locate broken internal wiki links that point to non-existent pages within a MediaWiki instance to maintain content integrity.
Instructions
Find internal wiki [[links]] pointing to non-existent pages.
USE WHEN: User asks "find broken wiki links", "check for dead internal links", "find [[links]] to missing pages".
NOT FOR: Checking external HTTP URLs (use mediawiki_check_links).
PARAMETERS:
pages: Array of pages to scan (optional)
category: Scan all pages in category (optional)
limit: Max pages to scan (default 50)
RETURNS: Broken links with source page, line number, and context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pages | No | Page titles to check for broken internal links | |
| category | No | Category to get pages from (alternative to pages) | |
| limit | No | Max pages to check (default 20, max 100) |