oci_read_documentation
Fetch OCI documentation page content as markdown, with options to continue reading truncated documents by specifying start line.
Instructions
Fetch an OCI documentation page url and return content partially as markdown.
Handling Long Documents
If the response indicates the document was truncated, you have several options:
Continue Reading: Make another call with
start_indexset to retrieve the next portion of the document.Stop Early: If you've already found the specific information needed, you can stop reading
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL of the OCI documentation page to read | |
| max_lines | No | Maximum number of lines to return. | |
| start_index | No | On return output starting at this line number, useful if a previous fetch was truncated and more content is required. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |