page_map
Retrieve the page's accessibility tree in YAML format, scoped by node reference or semantic token, with configurable depth.
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`). |