mediawiki_resolve_title
Resolve MediaWiki page titles when encountering 'page not found' errors due to case sensitivity or typos. Provides corrected title suggestions with confidence scores.
Instructions
RECOVERY tool when page not found due to case sensitivity or typos.
USE WHEN: User got "page not found" and suspects wrong capitalization or spelling. E.g., "module overview" should be "Module Overview".
NOT FOR: Finding pages about a topic (use mediawiki_search instead).
PARAMETERS:
title: Approximate page name (required)
fuzzy: Enable fuzzy matching for typos (default true)
max_results: Max suggestions (default 5)
RETURNS: Suggested correct page titles with confidence scores.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Page title to resolve (can be inexact) | |
| fuzzy | No | Enable fuzzy matching for similar titles | |
| max_results | No | Max suggestions to return (default 5) |