fetch_website_single
Extract and convert webpage content into clean markdown format using a specified URL. Ideal for transforming webpages into structured, readable markdown for documentation or processing. Supports customizable request timeouts.
Instructions
Fetch content from a single webpage and convert to clean markdown
Input Schema
Name | Required | Description | Default |
---|---|---|---|
timeout | No | Request timeout in milliseconds (default: 10000) | |
url | Yes | The URL to fetch |