safari_new_tab
Open a new background tab in Safari without stealing focus, optionally with a URL. Returns a receipt to identify the tab for subsequent actions.
Instructions
Open a new background tab (never steals focus), optionally with a URL. Returns {tabIndex, safeUrl, receipt}. KEEP THE RECEIPT and pass it as receipt to every later call on this tab — it survives MCP reconnects, daemon restarts, parallel sessions and subagents, and makes safari_list_tabs / safari_switch_tab unnecessary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | URL to open (empty for blank tab) |