Fetch a clean page preview
fetch_page_previewFetch a bookmarked URL to get a short structured preview for triage. Dead links are reported as dead or unreachable, letting you retire them without loading raw HTML.
Instructions
Fetch a bookmarked URL and return a short, structured preview (title, description, headings, an opening excerpt, word count) instead of the raw page — a few hundred tokens instead of tens of thousands. Use this only when a title/URL alone isn't enough to triage a bookmark: dead links come back as dead or unreachable so you can retire them without guessing, rather than raw HTML. Results are cached locally per URL; pass refresh:true to bypass the cache.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to preview | |
| refresh | No | Bypass the local cache and re-fetch |