html_html_headings
Parse HTML and extract all heading tags (h1 to h6) to reveal page structure. Returns a list of objects with heading level and text, enabling content hierarchy analysis.
Instructions
[html] Extract all headings (h1–h6) from HTML. Returns list of {level: int, text: str} dicts. Useful for understanding page structure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| html | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |