Fetch Page
fetch_pageFetch readable page content from a URL, using Jina Reader with local HTML fallback, and optionally filter paragraphs by focus terms.
Instructions
Fetch readable page text via Jina Reader with local HTML fallback. Use focus to filter paragraphs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | http(s) URL to fetch | |
| focus | No | Keep paragraphs matching these terms (~90% token savings) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| via | Yes | ||
| tookMs | Yes | ||
| content | Yes | ||
| truncated | No | ||
| word_count | Yes |