Snapshot page elements
browser_snapshotLists interactive elements (links, buttons, inputs) on a background tab with click indices, page title, and URL. Run before each browser_click to get accurate indices.
Instructions
List the interactive elements (links, buttons, inputs) on the page in one of the agent's tabs, with the index each one has for browser_click, plus the page title and URL. Works on a background tab, so the user can be looking at something else. Use it before every browser_click, because indices change when the page changes. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tab_id | Yes | tab_id of one of the agent's tabs, from browser_open_tab or browser_list_tabs | |
| session_id | No | Stable task or thread ID. Pass the same value on every browser call for this task. Different IDs isolate tabs and cleanup within one MCP process. Omit for the default process session. |