fetch_content
Fetch a URL and extract its readable content as markdown. Get clean text from web pages for further processing.
Instructions
Fetch and extract readable content from a URL. Returns content as markdown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to fetch content from | |
| max_length | No | Maximum content length in characters (default: 10000) |