Skip to main content
Glama

safari_double_click

Double-click any element in Safari using a CSS selector or x/y coordinates to select words, trigger actions, or interact with page content.

Instructions

Double-click an element by CSS selector or x/y coordinates (e.g. to select a word in text)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
xNoX coordinate
yNoY coordinate
receiptNoTab receipt from safari_new_tab — pins this call to that tab (survives reconnects/subagents)
selectorNoCSS selector

Schema Changelog

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

  1. Changed1 schema field changedv2.18.1
    • addedInput schema / properties / receipt
      Added value: +{
      +  "description": "Tab receipt from safari_new_tab — pins this call to that tab (survives reconnects/subagents)",
      +  "type": "string"
      +}
  2. Addedv2.11.6
  3. Removedv2.11.3
  4. Addedv2.10.9
  5. Removedv2.10.8
  6. Addedv2.10.5
  7. Removedv2.10.4
  8. First observed

TDQS

A3.7/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It states the action and targeting method but does not mention side effects, return value, timing, or behavior when both selector and coordinates are supplied. For a simple action this is a minor gap, but it still lacks transparency about execution details.

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 a single concise sentence that front-loads the verb and target, and includes a helpful example in parentheses. Every word earns its place, and it is appropriately sized for the action's simplicity.

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

Completeness3/5

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

For a simple double-click action with full schema coverage, the description is adequate but not complete. It lacks guidance on when to use this over sibling click tools, and it does not mention the receipt parameter's role in targeting a specific tab, though that is documented in the schema. The absence of annotations and output schema leaves the agent with limited context beyond the basic action.

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 description coverage is 100%, so each parameter is already documented in the schema. The description adds a minor clarification that targeting can be by CSS selector or x/y coordinates, but this is already implied by the schema fields. No additional semantic meaning is provided 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 action (double-click), the target (element), and the two targeting methods (CSS selector or x/y coordinates). It also gives a concrete example ('to select a word in text'), making the purpose unambiguous and distinguishing it from sibling tools like safari_click and safari_right_click.

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

Usage Guidelines3/5

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

The description provides an example use case ('to select a word in text') that implies when to use it, but it does not explicitly state when not to use it or name alternatives such as safari_click for single clicks. The agent must infer that this is for double-click interactions, with no explicit routing or exclusions.

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