web_smart_fetch
Fetch web content with automatic truncation when token limits are exceeded, returning markdown. Use web_preflight to check size beforehand.
Instructions
Fetch URL with automatic truncation if content exceeds token limit. Use web_preflight first to check size. Returns markdown content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to fetch | |
| max_tokens | No | Maximum tokens to return (default 8000) | |
| strategy | No | How to handle large content | auto |
| timeout | No | Request timeout in seconds (default 30, max 120) |