Skip to main content
Glama

screenshot_webpage

Capture a PNG screenshot of any webpage. Supports desktop, mobile, and tablet viewports, plus full-page mode.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes
wait_msNo
viewportNo
wait_forNo
full_pageNoCapture full scrollable page (default: false)

TDQS

A3.5/5.0
Behavior3/5

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

Description adds viewport modes and full-page behavior, but with no annotations covering safety, it does not disclose whether it renders JavaScript, waits for network idle, or any rate limits. Adequate but minimal.

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 compact sentences, front-loaded with the core action, no unnecessary detail.

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?

Core function and primary options are covered, but wait_ms and wait_for semantics are missing, and no alternatives are cited. Since output schema is absent, description does not clarify return format, though 'PNG' implies it.

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?

Description explicitly maps viewport enum values to device types and explains full_page mode, compensating for the schema's lack of descriptions. However, wait_ms and wait_for are left undocumented, so not all parameters are clarified.

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?

Clear verb 'Capture' with resource 'webpage', specifies output format PNG. Distinguishes from sibling tools like scrape_webpage and extract_structured_data which imply text/dataset extraction.

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

Usage Guidelines2/5

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

No guidance on when to choose this tool over siblings like scrape_webpage or extract_metadata. Does not mention contexts such as needing visual verification or excluding dynamic pages.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.7/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: session creation, metadata extraction, structured data extraction, multi-step workflows, general scraping, and screenshots. Despite some conceptual overlap between extract_* and scrape_webpage, the descriptions make the boundaries clear.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (create_browser_session, extract_metadata, extract_structured_data, run_workflow, scrape_webpage, screenshot_webpage). The style is uniform with lowercase and underscores throughout.

Tool Count5/5

Six tools is well-scoped for a web scraping server. Each tool covers a distinct capability without unnecessary redundancy, and the count feels right for the domain.

Completeness5/5

The tool set provides comprehensive coverage for scraping workflows: stateless scraping, stateful sessions, metadata extraction, AI-powered structured extraction, multi-step automation, and screenshots. There are no obvious missing operations that would hinder typical scraping tasks.

Resources