mediawiki_search
Search across all wiki pages for text matches. Returns page titles, highlighted snippets, and relevance scores to help locate documentation or information.
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 |
|---|---|---|---|
| limit | No | Maximum results to return (default 20, max 500) | |
| query | Yes | Search query text | |
| offset | No | Offset for pagination | |
| rationale | No | Optional one-sentence explanation of why you are calling this tool. Used for audit trails when present. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| results | Yes | ||
| has_more | Yes | ||
| total_hits | Yes | ||
| next_offset | No |