mediawiki_search
Search the entire wiki to find pages containing specific text. Returns page titles, snippets with highlights, and relevance scores for quick navigation.
Instructions
Search ACROSS the entire wiki for pages containing specific text.
USE WHEN: User asks "find pages about X", "where is X documented", "search for X", or doesn't know which page contains information.
NOT FOR: Searching within a specific known page (use mediawiki_search_in_page instead).
PARAMETERS:
query: Search text (required)
limit: Max results (default 20)
RETURNS: Page titles, snippets with highlights, and relevance scores.
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. | |
| query | Yes | Search query text | |
| limit | No | Maximum results to return (default 20, max 500) | |
| offset | No | Offset for pagination |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| total_hits | Yes | ||
| results | Yes | ||
| has_more | Yes | ||
| next_offset | No |