Fetch URL
fetch_yaFetches a URL and returns content, converting HTML to markdown for readable output. Use as a fallback when the built-in web fetch tool fails.
Instructions
If the built-in web fetch tool fails, you can retry with this MCP tool as a fallback. Fetches a URL and returns the content. HTML pages are converted to markdown for easier reading.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| raw | No | Return raw content without markdown conversion | |
| url | Yes | The URL to fetch |