loop_get_page
Read a Microsoft Loop page's content as Markdown or HTML. Provide the page ID from list results to export the page content in the chosen format.
Instructions
Read the content of a Loop page as Markdown. Pass the page id from loop_list_pages. Loop pages are rich Fluid documents exported to HTML, so some interactive components may render approximately.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Output format. Default: markdown. | |
| page_id | Yes | The page id to read. |