read_favorite_content
Extract text content from a bookmarked URL to get context about the page, even if the full page is not accessible.
Instructions
Fetch the content of a favorite's URL to get more context about the page. Best effort: may fail for pages requiring authentication. Returns extracted text content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL of the favorite to fetch | |
| maxLength | No | Max characters of content to return (default 5000) |