convert_html_to_markdown
Convert raw HTML to clean Markdown for AI analysis and summarization. Optionally resolve relative links and apply Readability filters.
Instructions
Convert raw HTML to clean Markdown
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| html | Yes | Raw HTML to convert | |
| url | No | Source URL for resolving relative links and domain-specific filters | |
| inline_title | No | Prepend page title as H1 heading | |
| ignore_links | No | Strip hyperlinks from output | |
| readability | No | Use Readability for cleaner output |