get_openemr_wiki_page
Fetch plain-text content from an OpenEMR wiki page. Optionally specify a section heading to retrieve only that part, avoiding truncation on long pages.
Instructions
Fetch the plain-text content of an OpenEMR wiki page. Optionally fetch a single section by heading name to avoid the 8000-character truncation limit on long pages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Wiki page title — e.g. 'OpenEMR_FHIR_API' or 'OpenEMR 8.0.0 Users Guide'. Spaces or underscores both work. | |
| section | No | Optional section heading to fetch (case-insensitive partial match) — e.g. 'Billing' or 'Configuration'. Use this on long pages to avoid truncation. |