sbox_get_doc_page
Fetch any s&box documentation page by URL and retrieve its content as Markdown. Use start_index and max_length to read large pages in manageable chunks.
Instructions
Fetch a specific s&box documentation page and return its content as Markdown. Supports chunked reading for large pages via start_index and max_length.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Full URL of the documentation page (e.g. https://sbox.game/dev/doc/scene/components) | |
| max_length | No | Maximum content length in characters (default: 5000) | |
| start_index | No | Character offset to start reading from (default: 0) |