convert_url_to_markdown
Convert any web page URL to clean Markdown, enabling AI assistants to read and analyze the content.
Instructions
Fetch a URL and convert its web page content to clean Markdown
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to fetch and convert | |
| inline_title | No | Prepend page title as H1 heading | |
| ignore_links | No | Strip hyperlinks from output | |
| readability | No | Use Readability for cleaner output |