fetch_markdown
Convert website content to Markdown format by fetching URLs, enabling structured extraction of web data for documentation or analysis.
Instructions
Fetch a website and return its contents converted content to Markdown
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL of the website to fetch | |
| headers | No | Optional headers to include in the request | |
| max_length | No | Maximum number of characters to return (default: 5000}) | |
| start_index | No | Start content from this character index (default: 0) |