fetch_readable
Extract the main article content from any URL by removing navigation, ads, and sidebars. Falls back to the full page when the article is too short, and supports persistent tabs for session continuity.
Instructions
Load a URL and extract the main article content (removes navigation, ads, sidebars). Falls back to full page content if extraction yields too little text. Supports persistent sessions via tab_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | The URL to load (optional if tab_id is provided) | |
| tab_id | No | Reuse a persistent tab (from open_tab) instead of opening a new one | |
| timeout | No | Timeout in ms (default: 30000) | |
| wait_for | No | CSS selector to wait for before extraction | |
| max_length | No | Max content length in characters (default: 30000) | |
| fallback_to_full | No | Fall back to full page content if Readability extraction is too short (default: true) |