Fetch a web page
fetch_urlFetch a URL and return its readable text content, stripping HTML. Use for reading documentation, API references, or linked pages.
Instructions
Fetch a URL and return its readable text content (HTML stripped). Use for reading documentation pages, API references or content the user linked.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Full http(s) URL | |
| maxChars | No |