inspect_page_structure
Fetch a web page and get a condensed DOM outline with tags, ids, classes, and text samples to identify relevant CSS selectors without loading the full page.
Instructions
Fetches a web page and returns a condensed structural outline of its DOM (tags, ids, classes, short text samples, repeated siblings aggregated). Lets the model pick relevant CSS selectors without loading the full page into context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| max_nodes | No | Maximum number of outline entries | |
| max_text_length | No | Maximum length of each text sample |