Read a Roku doc
get_roku_docRetrieve Roku documentation page content by path. For large documents, get a numbered section outline or read a specific section directly.
Instructions
Return the markdown content of a single documentation page by path. Documents larger than 11.7 KB are returned as a numbered section outline instead; pass section (a number or heading text) to read one of those sections. Search results for such documents already name the best-matching section, so you can request it directly without fetching the outline first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| full | No | Return the entire document even if large (may be very long) | |
| path | Yes | Doc path, e.g. "docs/REFERENCES/brightscript/components/roarray.md" | |
| section | No | Section number from the outline, or heading text to match |