mediawiki_find_orphaned_pages
Identify wiki pages without any incoming links to improve content discoverability. Filter by namespace or prefix to locate orphaned content efficiently.
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 |
|---|---|---|---|
| rationale | No | Optional one-sentence explanation of why you are calling this tool. Used for audit trails when present. | |
| namespace | No | Namespace to check (0=main, default). Use -1 for all namespaces. | |
| limit | No | Max pages to return (default 50, max 200) | |
| prefix | No | Only check pages starting with this prefix |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| orphaned_pages | Yes | ||
| total_checked | Yes | ||
| orphaned_count | Yes |