neuron_query_dom
Capture a DOM snapshot of the active page or a targeted CSS subtree to inspect current page structure and debug UI state from an MCP client.
Instructions
Capture a DOM snapshot of the active page or a targeted subtree
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depth | No | Max tree depth (default: 5) | |
| tabId | Yes | Chrome tab ID | |
| selector | No | CSS selector to scope (default: body) |