fetch_structure
Extract a webpage's heading outline to see its structure and find relevant sections before reading the full page.
Instructions
Fetch a webpage and return its heading outline: the page's headings with their levels, in order, like a table of contents.
Use this to see how a page is organized and whether the section you
want is on it, before deciding what to read in full. Note that some
pages (short stubs, pages whose content sits in tables or infoboxes
rather than under headings) have a thin outline; in that case prefer
summarize or extract.
Args:
url: The full URL to outline.
user_id: Optional, same semantics as for fetch_snippet.
Returns: A plain-text outline, one heading per line, indented by level.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| user_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |