convert_url
Convert any webpage URL to clean Markdown. Get the content plus metadata such as title, word count, and reading time.
Instructions
Convert a webpage URL to clean Markdown. Returns the Markdown content and metadata (title, word count, reading time).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL of the webpage to convert | |
| includeLinks | No | Include hyperlinks (default: true) | |
| includeImages | No | Include image references (default: true) |