pandocs_get_page
Read a Game Boy Pan Docs chapter with custom syntax expanded into readable bit layouts, callouts, and resolved links. Use sections_only to locate the right section before fetching full content.
Instructions
Read a whole Pan Docs chapter.
Custom syntax is expanded: {{#bits}} tables become readable bit layouts,
:::warning callouts become labelled blockquotes, and cross-references are
resolved to real gbdev.io URLs. Pass sections_only=True first if you only
need to find the right section.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Page id, e.g. 'LCDC', 'Memory_Map', 'MBC1'. | |
| sections_only | No | Return only the heading outline, not the text. |