Skip to main content
Glama
Vitexus

mcp-server-webdriver

by Vitexus

devtools_report

Read-only

Returns a complete DevTools report with JavaScript exceptions, console errors, failed resources, and slow requests after page navigation or UI actions.

Instructions

MAIN DIAGNOSTIC TOOL — returns a complete DevTools report in one call:

• js_errors — all JavaScript exceptions with file, line, column, stack • console_errors — console.error() and console.warn() output • failed_resources — CSS / JS / images / fonts that returned 4xx/5xx or failed to load • slow_resources — requests that took longer than 2 s

Use this after navigating to a page or after triggering a UI action. Equivalent to opening DevTools and checking the Console + Network tabs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sinceNoISO 8601 timestamp — only entries after this. Empty = all.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already declare readOnlyHint=true, and the description adds value by detailing the report contents (js_errors, console_errors, etc.) and its non-destructive nature. It aligns with annotations and provides behavioral context beyond what annotations convey.

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 extremely concise: a bolded main purpose, a bullet list of report categories, and one-line usage instruction. Every sentence is necessary and well-structured, with zero waste.

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?

Given that the output schema exists (noted in context signals) and the parameter is simple, the description sufficiently covers what the tool returns and when to use it. It is complete for a diagnostic aggregation tool with good annotations and schema support.

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 input schema has 100% coverage for the single parameter 'since' with a clear description and default. The tool description does not add any additional semantic meaning to the parameter, so baseline score of 3 is appropriate.

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 explicitly states it's the 'MAIN DIAGNOSTIC TOOL' and lists the four categories (js_errors, console_errors, failed_resources, slow_resources), making it clear what the tool does. It distinguishes itself from sibling tools like devtools_js_errors and devtools_network_all by being a comprehensive single-call report.

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?

Provides clear usage context: 'Use this after navigating to a page or after triggering a UI action.' It also gives an alternative action ('Equivalent to opening DevTools...'), but does not explicitly list when not to use it or compare to other specific siblings beyond the equivalence. Still, it offers solid guidance.

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