Skip to main content
Glama

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

TableJSON Schema
NameRequiredDescriptionDefault
urlNoURL to open (empty for blank tab)

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Addedv2.11.6
  2. Removedv2.11.3
  3. Addedv2.10.9
  4. Removedv2.10.8
  5. Addedv2.10.5
  6. Removedv2.10.4
  7. First observed

TDQS

A4.2/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden. It discloses the background-tab behavior, the return structure, and the receipt's persistence across reconnects and restarts. It does not mention potential failure modes or waiting behavior, but the key behavioral traits are covered.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences with no fluff. It front-loads the core action and then adds critical receipt-handling instructions. Every sentence earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple one-parameter tool with no output schema, the description covers the essential details: return value, receipt usage, and background behavior. It could mention whether it waits for page load, but that is a minor gap given the simplicity and sibling tool availability.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the url parameter is already described. The description only reiterates that the URL is optional, adding no new semantic value beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's action: opening a new background tab, optionally with a URL. It specifies the behavior 'never steals focus' and distinguishes it from siblings that operate on existing tabs. The verb, resource, and scope are unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It provides explicit guidance on using the receipt for subsequent calls and notes that this makes safari_list_tabs and safari_switch_tab unnecessary. However, it does not explicitly compare with other tab-related tools like safari_navigate or safari_wait_for_new_tab, leaving some inference required.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/achiya-automation/safari-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server