Read Url
read_urlFetch any web page as clean, LLM-ready markdown (strips nav/ads) — ideal for giving an agent the readable content of a URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The full target URL to fetch, e.g. "https://example.com/article". | |
| _apiKey | No | Your Jina API key. Required — Jina no longer serves anonymous requests. Pipeworx injects its own when one is configured; free keys at https://jina.ai/reader. |