mediawiki_compare_topic
Compare how a topic is described across multiple wiki pages to identify inconsistencies, value mismatches, and different definitions.
Instructions
Compare how a topic is described across multiple pages.
USE WHEN: User asks "how is X described on different pages", "find inconsistencies about timeout", "compare definitions of Y".
NOT FOR: Comparing page revisions (use mediawiki_compare_revisions).
PARAMETERS:
topic: Topic or term to compare (required)
category: Limit to pages in category (optional)
limit: Max pages to check (default 20)
RETURNS: Page mentions with context, detected value mismatches, and inconsistencies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic | Yes | Topic or term to compare across pages | |
| category | No | Limit search to pages in this category | |
| limit | No | Maximum pages to compare (default 20, max 50) |