Skip to main content
Glama
Vitexus

mcp-server-webdriver

by Vitexus

browser_screenshot

Read-only

Capture a PNG screenshot of a web page or a specific element using a CSS selector to diagnose layout issues, broken CSS, or misaligned components.

Instructions

Take a PNG screenshot for visual / layout / CSS diagnosis.

Capture the full page to spot broken layout, or pass a CSS selector to isolate a specific component (header, nav, modal…). The agent can use this to identify misaligned elements, invisible text, broken flex/grid layouts, or unstyled components.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
selectorNoCSS selector of element to capture. Empty = full page screenshot.
Behavior4/5

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

Annotations indicate readOnlyHint=true, which is consistent. The description adds behavioral context: captures a PNG, can target full page or element, and is used for diagnosis. No contradictions.

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 paragraphs, four sentences total. First sentence is a clear purpose statement. Every sentence adds value without repetition or fluff.

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 screenshot tool with one parameter and no output schema, the description adequately covers purpose, usage, parameter semantics, and behavioral traits. No missing critical information.

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 covers the selector parameter with description (CSS selector, default empty = full page). Description adds meaning by explaining how to isolate a component and giving examples (header, nav, modal). Since schema coverage is 100%, baseline is 3, but description elevates it.

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 it takes a PNG screenshot for visual/layout/CSS diagnosis, with a specific verb and resource. It distinguishes from other browser tools by mentioning screenshot functionality, which is unique among siblings.

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 description explains when to use (full page for layout diagnosis or specific element via CSS selector) and provides concrete examples like misaligned elements, invisible text, broken layouts. It does not explicitly mention when not to use, but the guidance is clear.

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

Install Server

Other Tools

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/Vitexus/mcp-server-webdriver'

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