get_page_content
Retrieve the content of a specific LogSeq page, with options for output format (text or JSON), nesting depth, and resolving [[uuid]] references.
Instructions
Get the content of a specific page from LogSeq.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_name | Yes | Name of the page to retrieve | |
| format | No | Output format (text or json) | text |
| max_depth | No | Maximum nesting depth to display (default: -1 for unlimited) | |
| resolve_refs | No | Resolve [[uuid]] page references to [[Page Name]] in DB mode (default: true) |