Get Portal Page
get_portal_pageRetrieve a published documentation page by slug with full Markdown content. Use set_context first to access the current version.
Instructions
Retrieve a single PUBLISHED documentation page by slug, with its full Markdown content. Only pages from the latest published version are accessible. Use search_portal_docs to discover slugs. Requires project context (call set_context first).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageSlug | Yes | The slug of the page to retrieve | |
| documentationId | Yes | The public Id (Guid) of the documentation |