Skip to main content
Glama

safari_click_and_read

Click a specified element and get the updated page content in one call, eliminating a separate read step. Handles React Router navigation and full page loads.

Instructions

Click an element then return the updated page — saves 1 full round-trip vs separate click+read_page. Handles both React Router navigation and full page loads.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
xNoX coordinate
yNoY coordinate
textNoVisible text of the element to click
waitNoMs to wait after click (default: auto-detect navigation)
receiptNoTab receipt from safari_new_tab — pins this call to that tab (survives reconnects/subagents)
selectorNoCSS selector
maxLengthNoMax chars to return (default: 50000)

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

A4.2/5.0
Behavior4/5

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

The description discloses key behavioral aspects: it returns the updated page and handles both client-side (React Router) and full page navigations. It does not mention waiting or error conditions, but the core behavior is transparent. Since there are no annotations to supplement, this is a reasonable level of disclosure.

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, highly concise, and directly to the point. Every word adds value: it states the action, the result, the efficiency gain, and the navigation coverage. There is no fluff or redundancy.

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?

The description gives enough context for a typical use case: clicking an element and getting the resulting page. It notes that it handles both React Router and full page loads, which is important for correctness. It does not explain failure modes or return format, but the tool's purpose is sufficiently scoped for an agent to call it appropriately.

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?

The description does not add any extra meaning to the parameters beyond what is already provided in the schema (e.g., x, y, text, selector). It does not clarify how parameters interact or which are mutually exclusive, but the schema itself is complete with per-parameter descriptions. Thus, the description provides no additional semantic value.

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 purpose: clicking an element and returning the updated page. It also highlights the efficiency benefit (saving a round-trip) and mentions specific navigation scenarios it handles, making the purpose 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?

The description implicitly guides usage by comparing to a separate click+read_page and stating the advantage, which helps the agent decide when to use this tool. It also mentions handling React Router navigation and full page loads, which is a relevant criterion for selection. However, it does not explicitly state alternative tools for other scenarios (e.g., when only clicking is needed).

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