mediawiki_parse
Parse wikitext and return rendered HTML to preview page markup or test syntax.
Instructions
Parse wikitext and return rendered HTML.
USE WHEN: User wants to preview wikitext rendering, test markup syntax.
PARAMETERS:
wikitext: Wikitext content to parse (required)
title: Context page title for link resolution (optional)
RETURNS: Rendered HTML output.
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. | |
| wikitext | Yes | Wikitext content to parse | |
| title | No | Page title for context (affects template expansion) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| html | Yes | ||
| categories | No | ||
| links | No | ||
| truncated | No | ||
| message | No |