get_page_content
Retrieve the full content of a specific page by its ID or by page name with book context.
Instructions
Get the content of a specific page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | No | ID of the page to retrieve. Used if page_name is not provided. | |
| page_name | No | Name of the page to retrieve. If used, book_name or book_id must also be provided for context. | |
| book_id | No | ID of the book containing the page. Used with page_name for context. | |
| book_name | No | Name of the book containing the page. Used with page_name for context. |