fetch_markdown
Retrieve website content and convert it into Markdown format using a specified URL. Includes optional headers for customization.
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 | |
url | Yes | URL of the website to fetch |