Skip to main content
Glama

snapshot

Read a web page quickly to retrieve its visible text and numbered interactive elements, ready for click and type_text commands. Pass a URL to open a page or omit it to re-read the current tab.

Instructions

Fast, no-model read of a page (~0.5 s): visible text plus numbered interactive elements you can pass to click/type_text. Pass a url to open it, or omit to re-read the current tab. Needs no API keys.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.1

TDQS

A4.3/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 performance (~0.5s), model-free operation, lack of API key requirements, and the nature of the returned content. It does not explicitly mention whether opening a URL navigates/changes the current tab, which is a minor side-effect gap.

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 compact and front-loaded. It starts with the core value proposition, then covers parameter behavior, and ends with the API-key note. Every sentence adds necessary information with no filler.

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

Completeness5/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 provides enough to invoke it correctly: what it returns, how to use the parameter, expected speed, and authentication requirements. The missing navigation side-effect detail is minor and does not prevent correct use.

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 coverage is 0%, so the description must explain the only parameter, url. It does: 'Pass a url to open it, or omit to re-read the current tab.' This is clear and complete for a single optional string parameter, though it stops short of specifying URL formats or edge cases.

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 names a specific action ('read'), a target resource ('a page'), and a distinctive return type ('visible text plus numbered interactive elements'). This clearly separates it from siblings like screenshot, extract, and browse, even without naming them.

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?

It gives operational guidance: pass a URL to open it, or omit to re-read the current tab. It also hints at downstream usage with click/type_text. However, it does not explicitly explain when to choose snapshot over browse or extract, so selection guidance is mostly implied rather than stated.

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