mediawiki_find_orphaned_pages
Identify pages with no incoming links to help maintain wiki content by finding undiscoverable articles that need linking.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 |