read_section
Retrieve a paginated chunk of documentation content by section ID. Specify offset, maximum characters, and segment index to continue reading from a previous search result.
Instructions
Read one chunk with pagination. Prefer neighbors.before/after for the next local read before running another global search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| offset | No | ||
| maxChars | No | ||
| segmentIndex | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| path | No | ||
| error | No | ||
| kinds | No | ||
| title | No | ||
| segment | No | ||
| headings | No | ||
| neighbors | No | ||
| pageOrder | No | ||
| segmentCount | No | ||
| firstCodeIndex | No | ||
| resolvedSegmentIndex | No |