web_preflight
Check page size and metadata before fetching to prevent context flooding. Returns estimated tokens, content type, and safety status.
Instructions
Check page size and metadata before fetching. Returns estimated tokens, content type, and whether fetch is safe for context window. Always call this first to avoid context flooding.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to check | |
| timeout | No | Request timeout in seconds (default 30, max 120) |