Get page
get_pageRetrieve a XWiki page's content by its Space.Page reference. Use references from search_pages or list_pages_in_space to fetch the page text, with truncation for long pages.
Instructions
Read one page's content by its reference, for example 'Onboarding.Checklist' or 'Main.WebHome'. Get the reference from search_pages or list_pages_in_space; a bare page name without a space is not addressable. Long pages are truncated with an explicit marker.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageRef | Yes | Page reference in the form Space.PageName, as returned by search_pages. |