web_fetch_section
Extract content from a specific heading on a webpage. Use when you need only a subsection of a large document.
Instructions
Fetch only content under a specific heading. Case-insensitive heading match. Use when you only need a specific part of a large document.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to fetch from | |
| heading | Yes | Heading text to find (e.g., 'Installation') | |
| timeout | No | Request timeout in seconds (default 30, max 120) |