WebFetchSections
web_fetch_sectionsRetrieve a page's section headings to see its structure and plan targeted extraction, without pulling the full body.
Instructions
List a document's section headings to understand page composition or plan targeted extraction.
Returns a heading tree with anchor slugs — a cheap structural preview that avoids pulling the page body. Typical use: call this first to decide which sections of a long page are worth fetching, then follow up with web_fetch_incisive using the returned heading names as section= or slugs as slices=. URL fragments (e.g. #section-name) are resolved against the heading tree.
For a quick sense of document scope, the section tree reveals structure at minimal cost and leaves the source material unsummarized for precise follow-up.
For Reddit threads, returns the comment tree with author, score, and content length metadata. Comment IDs serve as section identifiers for follow-up extraction of specific subthreads.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| slice | No |