get_rive_doc_content
Retrieve full documentation content from any Rive page, including code examples and step-by-step guides, for complete implementation details.
Instructions
Get detailed content from a specific Rive documentation page. Use this after search_rive_docs to get complete implementation details, code examples, and step-by-step guides.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Full URL of the Rive documentation page. Must start with https://rive.app/docs/. Example: "https://rive.app/docs/runtimes/react/getting-started" | |
| maxLength | No | Maximum content length in characters (default: 10000) | |
| includeCode | No | Include code examples and snippets in the response. Default: true | |
| includeLinks | No | Include related links and references. Default: false |