mediawiki_find_orphaned_pages
Identify and list orphaned wiki pages — those with no incoming links from other pages — to improve content discoverability.
Instructions
Find pages with no incoming links from other pages.
USE WHEN: User asks "find orphan pages", "which pages have no links", "find undiscoverable content".
PARAMETERS:
namespace: Filter by namespace (default 0 = main)
prefix: Filter by title prefix (optional)
limit: Max orphans to return (default 50)
RETURNS: List of orphaned page titles.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max pages to return (default 50, max 200) | |
| prefix | No | Only check pages starting with this prefix | |
| namespace | No | Namespace to check (0=main, default). Use -1 for all namespaces. | |
| 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 |
|---|---|---|---|
| total_checked | Yes | ||
| orphaned_count | Yes | ||
| orphaned_pages | Yes |