Get a page's content
gitbook_get_pageRetrieve a GitBook page's content by its ID. Choose between markdown or structured Document JSON output.
Instructions
Read a page by id. format='markdown' (default) returns rendered markdown; format='document' returns GitBook's structured Document JSON.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spaceId | Yes | Space id. | |
| pageId | Yes | Page id (from gitbook_list_pages). | |
| format | No | Output format (default markdown). |