get_page
Fetch any URL live over the network and return its content as markdown, bypassing stored crawl data for on-demand access.
Instructions
Fetch a URL live over the network and return its content as markdown. This is an on-demand fetch independent of any crawl: it does not read the stored crawl output, and it ignores the site's configured content_selector and scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to fetch | |
| content_selector | No | CSS selector for main content (defaults to 'body') |