mediawiki_check_terminology
Scan MediaWiki pages for terminology violations against a glossary to verify consistent naming and find incorrect terms.
Instructions
Scan pages for terminology violations against a glossary.
USE WHEN: User asks "check brand terminology", "find incorrect terms", "verify consistent naming".
PARAMETERS:
pages: Array of pages to check (optional)
category: Check all pages in category (optional)
glossary_page: Wiki page with term mappings (default "Brand Terminology Glossary")
exclude_code_blocks: Skip code blocks (default true)
limit: Max pages (default 50)
RETURNS: Violations with page, line, wrong term, and correct term.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pages | No | Page titles to check. If empty, uses pages from category. | |
| category | No | Category to get pages from (alternative to pages list) | |
| glossary_page | No | Wiki page containing the glossary table (default: 'Brand Terminology Glossary') | |
| limit | No | Max pages to check (default 10, max 50) | |
| exclude_code_blocks | No | Skip code blocks (syntaxhighlight, source, pre, code tags) to avoid false positives on code paths. Default: true |