Skip to main content
Glama
codeiva11
by codeiva11

see_page

Take a single-page snapshot that returns a screenshot, interactive element map, and page text. Use it to plan and run browser actions without recapturing between steps.

Instructions

Capture a snapshot of the current page. Returns a screenshot image together with optional full-page text, an interactive element map (buttons, links, inputs with position and selector), and an iframe inventory — all in a single call.

Workflow: Call once with fullPage:true and annotate:true. From that snapshot, run all planned actions (click, type, scroll, wait, extract) as a steps array without re-capturing the page. Call see_page again only when the page genuinely changes (new navigation, modal, or dynamic content load).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathNoFile path to also save the screenshot image
stepsNoActions to run sequentially right after capturing the page, without re-capturing between steps. Supported: click, type, press_key, scroll, wait, extract, see, drag, hover, double_click, triple_click, idle.
formatNojpeg
qualityNoJPEG quality 0-100
annotateNoDraw numbered bounding boxes over interactive elements for precise targeting
fullPageNoCapture the full scrollable page instead of only the visible viewport
autoHoverNoHover over navigation menus before capturing to reveal dropdowns
maxElementsNoMaximum number of interactive elements to map
scanIframesNoList embedded iframes with their index and URL
stopOnErrorNoStop step execution on first failure
captureAfterNoTake a screenshot after the steps array completes
captureBeforeNoTake a screenshot before running the steps array
includeDomTextNoInclude the full DOM text content
watchMutationsNoReport DOM mutations (popups, alerts) since the last capture
includeElementsNoInclude the interactive element map in the response
includePageTextNoInclude cleaned page text

Schema Changelog

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

  1. First observedv3.2.13

TDQS

A3.9/5.0
Behavior4/5

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

No annotations are provided, so the description carries the burden of explaining behavior. It discloses the composite response, the ability to execute a steps array of actions without re-capturing, and the expected re-capture cadence. It does not explicitly warn that actions like click or type can mutate the live page, but this is strongly implied by the workflow.

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: the first sentence states exactly what is returned, and the second sentence gives actionable workflow guidance. There is no filler or repetition of schema details, every sentence earns its place.

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?

The tool has 16 parameters, a complex nested steps array, and no output schema. The description gives a high-level return description and workflow, but it does not specify how the screenshot is returned, how the element map is structured, or how captureBefore/captureAfter defaults affect the response. These gaps are meaningful for an agent trying to consume the result 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 94%, so the schema already documents most parameters. The description adds useful workflow-level meaning by recommending fullPage:true and annotate:true and explaining how the steps array should be used, but it does not add substantial per-parameter semantics beyond what the schema already states.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with a specific verb and resource: 'Capture a snapshot of the current page.' It then enumerates a concrete composite return value: screenshot, optional full-page text, interactive element map, and iframe inventory. This clearly separates it from navigation or isolated action tools, though it does not explicitly name a sibling it is not.

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 workflow paragraph is strong: it tells the agent to call once with fullPage:true and annotate:true, run all planned actions as a steps array, and not call see_page again until the page genuinely changes. This provides clear when-to-use and when-not-to-use guidance, though it does not explicitly contrast with sibling tools like click or type.

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/codeiva11/Real-Browser-Mcp'

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