web_fetch
Fetch web page content and convert it to simplified Markdown format for easy reading and information extraction.
Instructions
Fetch a web page and return its content. When simplify is enabled (default), removes useless HTML tags and converts to Markdown. Has a 10-second timeout.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to fetch | |
| max_char_size | No | Maximum character size of the returned content (default: 50000) | |
| simplify | No | Whether to simplify the content by removing useless tags and converting to Markdown (default: true) |