get_fonto_page
Fetch the full content of a Fonto documentation page by its slug (the part of the URL after /latest/). Use search_fonto_docs or list_pages first to find the right slug.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Page slug, e.g. 'documentsmanager-f746b3a48442' |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Markdown content of the documentation page |