read_urls
Fetch up to 20 public web pages in a single call and receive each as a clean, structured Markdown document. Handles failures per URL without blocking others, enabling efficient comparison or summarization.
Instructions
Read several public web pages in one batch call, each as a clean AIDocument. Up to 20 URLs, faster than calling read_url repeatedly. Use it to compare or summarize multiple pages at once; a failed URL is reported per-item and does not block the others. Powered by Lyrenth.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urls | Yes | 1-20 absolute http(s) URLs to read. | |
| fresh | No | Force a fresh fetch for all URLs instead of cached versions. Slower; default false. | |
| max_tokens | No | Cap each returned document to roughly this many tokens. |