Get Guides
openl_get_guidesRetrieve full markdown bodies of 1-5 guides by exact IDs from the guide index. Use openl_list_guides to find IDs first; invalid IDs cause errors. Bodies are verbatim with no truncation.
Instructions
Return the FULL markdown bodies of 1-5 bundled documents by the exact ids from openl_list_guides (e.g. 'spec/rules.xml', 'guide/introduction/basic-concepts'). Unknown ids fail with an error naming them — this tool never falls back to the index; look ids up with openl_list_guides first. Bodies are returned verbatim and are NOT truncated, so mind each entry's size_bytes from the index and request only what you need. Read-only, local — never calls OpenL Studio.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | 1-5 guide ids exactly as returned by openl_list_guides (e.g. 'spec/rules.xml', 'guide/introduction/basic-concepts'). Each entry's size_bytes is in the index — fetch only what you need. |