read_url
Read any URL and return clean, agent-ready Markdown. Strips HTML noise and preserves semantic content for AI processing.
Instructions
Read any URL and return clean, agent-ready Markdown. Strips HTML noise, preserves semantic content, and returns content optimized for AI consumption. Use this when you need to extract content from a website for an AI agent to process.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to read. Must be a publicly accessible HTTP or HTTPS URL. | |
| fresh | No | If true, bypass cache and fetch fresh content. Default false. |