safari_switch_tab
Switch the active Safari tab for MCP automation without focusing the browser. Use a tab index or a receipt to target an exact owned tab; receipts override indices.
Instructions
Switch the MCP session's logical target without focusing Safari. Pass an index for the current session window, or an opaque receipt to recover the exact owned tab across Safari windows; a valid receipt takes precedence over any supplied index. Rarely needed: passing receipt on each tool call already targets that tab.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Deprecated legacy receipt URL | |
| index | No | Tab index (starting from 1); optional when receipt is provided | |
| receipt | No | Opaque extension-issued receipt for the exact owned tab |