Skip to main content
Glama

Outline, map or zoom view

browser_page
Read-onlyIdempotent

Browse web pages, retrieve a compact semantic digest, and compare versions with typed diffs to verify changes via assertions.

Instructions

Expanded views when the digest is not enough: outline (full structure trimmed to 12KB), map with offset (pages actionables beyond the top), or zoom with id (observes ONLY that subtree — the detail of a region/card; renews ids, global baseline untouched). Explicit escalation — digest first. Returns outline in structuredContent for view:"outline", with truncated when trimmed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoREQUIRED for zoom: region/element id
viewYeszoom REQUIRES id; map takes an optional offset
offsetNomap only: start index
sessionIdNooptional: the session this call belongs to (from browser_session_open). Omitted uses the shared default session.

Schema Changelog

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

  1. First observedv0.1.1

TDQS

A4.8/5.0
Behavior5/5

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

Beyond the annotations (readOnly, idempotent, non-destructive), the description discloses important side effects: zoom 'renews ids' and leaves the global baseline untouched, which could affect subsequent interactions. It also specifies that outline returns structuredContent with a 'truncated' flag when trimmed. These details give the agent essential knowledge about the tool's runtime behavior.

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 dense but efficient, covering three view modes and their key behaviors in a compact format. Parenthetical clarifications keep related insights together without redundancy. Every sentence contributes either to what the tool does or when/how to use it, with no unnecessary filler.

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 adequately covers the three view modes and their parameter interactions, making it complete for the tool's complexity. It omits some details like output structures for map and zoom or error conditions, but those are not explicitly required given no output schema. The reference to 'digest' and escalation is contextually clear from sibling tools.

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

Parameters4/5

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

Schema descriptions already cover all four parameters, meeting the baseline for 100% coverage. The description adds meaningful context by explaining how params like offset and id drive the map and zoom modes (e.g., 'pages actionables beyond the top', 'observes ONLY that subtree'). This enriches understanding beyond the schema, warranting a score above baseline.

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 as providing expanded views (outline, map, zoom) when the digest is insufficient. It explicitly lists the three view modes and what each does, making the tool's function unambiguous. The 'Explicit escalation — digest first' note further clarifies its role in the workflow.

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

Usage Guidelines5/5

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

The description gives clear usage context: use when the digest is not enough, and explicitly notes escalation from digest. It also specifies parameter dependencies (zoom requires id, map takes optional offset), guiding the agent on when to use each mode. This provides sufficient direction for selecting this tool over simpler alternatives.

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

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/zumerlab/snapsurf'

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