Read a web page or PDF
read_pageExtract web pages as clean Markdown, focusing on main content. Target specific information with a query or section ID to get only relevant passages.
Instructions
Reads a URL as clean Markdown (main content only). With query: only the passages that answer it, from anywhere in the page. With section (from the outline): that section. Otherwise from start; long pages give an outline and next_start.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | http(s) URL | |
| query | No | what you need from the page | |
| start | No | ||
| section | No | section id, e.g. s4 | |
| max_chars | No | default 8000 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| chars | Yes | ||
| content | Yes |