mediawiki_resolve_title
Resolves 'page not found' errors from typos or incorrect capitalization. Suggests correct wiki page titles 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 |
|---|---|---|---|
| rationale | No | Optional one-sentence explanation of why you are calling this tool. Used for audit trails when present. | |
| 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) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| exact_match | Yes | ||
| resolved_title | No | ||
| page_id | No | ||
| suggestions | No | ||
| message | Yes |