read_url
Retrieve and extract text from a document at a given URL. Supports PDF and plain text; can limit to specific pages.
Instructions
Download a document from a URL and extract its text content (max 50MB). Use this when the document is hosted online rather than in the local directory; supports PDF and plain text URLs. Read-only, downloads to a temporary file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pages | No | Optional page ranges to read, e.g. "1-5", "10", "1-3,7,10-12". If omitted, returns full text. | |
| url | Yes | The URL of the document to download and read |