get_rosetta_web_doc
Extract clean text from any Rosetta documentation page by providing its URL. Use after searching to read the specific documentation you need.
Instructions
Fetch and extract text from a specific Rosetta docs URL. Use after search_rosetta_web_docs to read a documentation page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Full URL to a Rosetta docs page | |
| max_chars | No | Max characters of cleaned text to return (default 4000) |