Get Warcraft Wiki page
get_wiki_pageFetch a World of Warcraft wiki page as markdown, useful for accessing API documentation, event handlers, and UI function references.
Instructions
Fetch a warcraft.wiki.gg page as markdown (cached ~24h). Useful pages: "TOC format", "World of Warcraft API", "Events", "Widget API", "API " for per-function pages, "UIHANDLER " for script handlers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Page title, e.g. "TOC format" or "API C_Timer.After" | |
| maxChars | No | Truncate output beyond this length |