fetch_markdown
Convert web content into Markdown format by fetching a URL. Specify optional headers, character limits, or start indices for tailored content extraction.
Instructions
Fetch a website and return the content as Markdown
Input Schema
Name | Required | Description | Default |
---|---|---|---|
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) | |
url | Yes | URL of the website to fetch |