kloakt_snapshot
Retrieve an indexed accessibility tree of a webpage to understand layout and identify actionable elements, using compact node data for agent-driven interaction.
Instructions
Get an indexed accessibility/structure tree of a page — an agent-vision substitute when you can't see pixels. Returns compact nodes (index, tag, depth, visible, clickable, role, text, input type/value, href, label). Use to understand page layout and decide what to act on; pass interactive=true to get only the actionable elements (links, buttons, inputs).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Page URL to snapshot | |
| delay | No | Extra ms to wait after load for async content (default: 0) | |
| stealth | No | Enable anti-detection mode | |
| max_nodes | No | Cap on nodes emitted (default: 1500) | |
| interactive | No | Only return actionable elements (default: false) |