browser_snapshot
Capture an accessibility snapshot of the current page to get element references for interaction and list bound tabs, allowing you to target a different tab via tabId on follow-up calls.
Instructions
Capture accessibility snapshot of the current page. Use this for getting references to elements to interact with. The snapshot also lists all bound tabs so the LLM can pick a different tab via tabId on subsequent calls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tabId | No | Optional tab ID to target. When omitted, routes to the agent's active tab. Use browser_list_tabs to see available tab IDs. |