Skip to main content
Glama

safari_navigate_and_read

Open a URL and read the page content in a single call, reducing navigation and page-read round trips.

Instructions

Navigate to a URL and return the page content in one step — saves 1 full round-trip vs navigate+read_page. Use instead of safari_navigate + safari_read_page.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesURL to navigate to
receiptNoTab receipt from safari_new_tab — pins this call to that tab (survives reconnects/subagents)
timeoutNoLoad timeout in ms (default: 30000)
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/5.0
Behavior3/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It states the main behavior (navigate and return page content) but does not mention side effects such as changing the current tab, the role of the receipt parameter for tab pinning, or any limitations. The schema covers parameters, but the description adds little behavioral context beyond the basic action.

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?

Two sentences with zero waste. The first sentence states the purpose and benefit (saves a round-trip), and the second gives usage guidance. The description is front-loaded and every word 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 navigate-and-read tool with full schema coverage, the description covers the essential purpose and usage. It doesn't describe the return format in detail, but 'page content' is sufficient given no output schema exists. It could mention the need for a receipt to target a specific tab, but that's a parameter detail covered by the schema. Overall, the description is adequate for an agent to call the tool correctly.

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 the schema fully documents all four parameters (url, receipt, timeout, maxLength). The description adds no extra parameter-specific meaning beyond the schema. Baseline 3 is appropriate since the schema handles parameter documentation.

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: 'Navigate to a URL and return the page content in one step.' It names the specific verb (navigate) and resource (URL/page content), and explicitly differentiates from siblings by naming safari_navigate and safari_read_page as the alternative combo it replaces.

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 gives explicit guidance: 'Use instead of safari_navigate + safari_read_page.' It clearly indicates when to use this tool (when both navigation and reading are needed) and names the alternative. It doesn't mention when not to use it (e.g., if you need to navigate without reading), but the guidance is clear and actionable.

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