page_map
Analyze a web page's accessibility tree in YAML format. Scope to a subtree by reference or semantic token, and set depth for output detail.
Instructions
Get the page's YAML accessibility tree (primary structural view). Each node: - role "name" [state...] [ref=eN]:. Scope by [ref=eN] or semantic token. depth controls tree depth.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depth | No | Maximum tree depth (default: 5, max: 10). At max depth, omitted children are counted. | |
| scope | No | Limit output to a subtree: `[ref=eN]` (subtree rooted at that node) or semantic token (`dialog`, `main`, `sidebar`). |