Skip to main content
Glama
VitexSoftware

mcp-server-webdriver

devtools_network_all

Read-only

Capture all network requests with filters for resource type, status, speed, and time to audit loaded resources, API responses, and missing files.

Instructions

Return all captured network requests with filtering options.

Useful for auditing which CSS/JS files are loaded, checking API response times, or finding resources that are unexpectedly missing from the page. Use limit= to avoid overwhelming the context window on busy pages.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax entries to return (most recent first). 0 = all.
sinceNoISO 8601 timestamp filter. Empty = all.
slow_msNoInclude only requests slower than this many ms. 0 = all.
min_statusNoMinimum HTTP status to include (e.g. 400). 0 = all.
resource_typeNoType filter: stylesheet/script/image/font/fetch/xhr/''

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Annotations mark the tool as readOnlyHint=true, consistent with a read operation. Description adds context about returning captured requests but does not elaborate on what 'captured' entails or potential limitations. Adequate but not enriched beyond annotations.

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?

Three concise sentences with front-loaded purpose and use cases. No redundant information. Every sentence adds value.

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 the presence of an output schema (not shown but indicated) and annotations providing safety, the description covers usage context, filtering options, and purpose. Complete for a data retrieval tool.

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 coverage is 100% with defaults and descriptions for all 5 parameters. Description only mentions limit=, adding minimal value. Baseline 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?

Description states 'Return all captured network requests with filtering options.' Clearly identifies the verb (return) and resource (network requests). Distinguishes from sibling 'devtools_network_failed' which returns only failed requests.

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 specific use cases like auditing CSS/JS files, checking API response times, and finding missing resources. Also advises using limit= to avoid context overload. Lacks explicit when-not-to-use or direct comparison to siblings, but 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/VitexSoftware/mcp-server-webdriver'

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