Skip to main content
Glama
yubao2000

mcp-browser-agent

by yubao2000

browser_screenshot

Capture a webpage as a PNG image. Provide a URL to open and screenshot, or screenshot the current page, with options to wait and capture full page.

Instructions

打开一个网页并截图。如果已打开页面,直接截图当前页。返回 PNG 图片。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNo要访问的 URL(可选,留空则截图当前页)
waitMsNo等待毫秒数,默认 1000
fullPageNo截取整个页面(含滚动部分)

Schema Changelog

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

  1. First observedv0.5.0

TDQS

A3.6/5.0
Behavior3/5

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

The description reveals a conditional behavior: it may navigate to a new URL if provided, otherwise it uses the current page. It does not mention other side effects like cookie changes or history updates, and since no annotations are present, it carries the full burden of transparency, resulting in a moderate score.

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, directly to the point, with no unnecessary words. It efficiently communicates the core function and the conditional behavior, making it highly concise and well-structured.

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?

It covers the main use cases (opening a URL or screenshotting current page) and mentions the output format (PNG). It lacks details on error handling or specific behavior of waitMs/fullPage, but given the simple nature of the tool, it is reasonably complete.

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 schema already includes descriptions for all three parameters (url, waitMs, fullPage). The tool description adds little beyond repeating the meaning of url; it does not add new information about waitMs or fullPage, so it stays at the baseline given the high schema coverage.

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 clearly states the tool's function: take a screenshot, optionally after opening a URL. It also clarifies the behavior when a page is already open via the conditional phrase. However, it does not explicitly differentiate it from sibling tools like screenshotElement, but the mention of 'current page' and 'PNG' provides implicit distinction.

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?

Provides basic guidance: if a page is already open, it screenshots the current one; otherwise, it can open a URL first. It does not explicitly name alternatives or conditions for when to use this tool over others, but the conditional note gives a practical usage pattern.

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/yubao2000/mcp-browser-server'

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