get-page
Retrieve a wiki page's full wikitext source and metadata. Use it to read current content before editing or updating a page.
Instructions
Retrieve a wiki page's full wikitext source and metadata. Returns the page title, ID, content model, latest revision ID/timestamp, and the raw wikitext source. Call this BEFORE update-page to read the current content you want to edit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wiki | No | Wiki name (uses default if omitted) | |
| title | Yes | Page title | |
| include_html | No | Include rendered HTML |