mediawiki_audit
Run a comprehensive wiki health audit to identify broken links, glossary violations, unlinked pages, and recent changes issues, providing a health score and recommendations.
Instructions
Run comprehensive wiki health audit with multiple checks.
USE WHEN: User asks "run health check", "audit the wiki", "check wiki quality".
PARAMETERS:
checks: Array of checks to run (default all):
"links": Broken internal links
"terminology": Glossary violations
"orphans": Unlinked pages
"activity": Recent changes
"external": Broken external links (slow)
limit: Max items per check (default 20)
RETURNS: Health score (0-100), detailed results per check, and recommendations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pages | No | Specific pages to audit | |
| category | No | Category to audit (alternative to pages) | |
| limit | No | Max pages to audit (default 20, max 50) | |
| checks | No | Which checks to run: 'links', 'terminology', 'orphans', 'external', 'activity'. Default: all except 'external' |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wiki_name | Yes | ||
| audited_at | Yes | ||
| pages_audited | Yes | ||
| health_score | Yes | ||
| summary | Yes | ||
| broken_links | No | ||
| terminology | No | ||
| orphaned_pages | No | ||
| external_links | No | ||
| recent_activity | No | ||
| errors | No |