Skip to main content
Glama

network_request

Read-only

List and retrieve browser network requests to trace API calls, filter by resource type, and inspect request details by ID, supporting JavaScript reverse engineering and debugging.

Instructions

List network requests, or get one request by reqid.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
reqidNoRequest id for action=get. If omitted, uses the selected request in DevTools when available.
actionYes
pageIdxNoPage number to return for action=list (0-based). When omitted, returns the first page.
pageSizeNoMaximum number of requests to return for action=list. When omitted, returns all requests.
resourceTypesNoFilter action=list results by resource type. When omitted or empty, returns all requests.
targetPageIdxNoBrowser page index to inspect (0-based). When omitted, uses the currently selected page.
includePreservedRequestsNoSet true for action=list to include preserved requests from the last 3 navigations.
Behavior2/5

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

The readOnlyHint annotation already covers the read-only nature, but the description adds no behavioral context beyond that. It does not mention pagination, default selected-request fallback, or filtering behavior, which are left to the schema.

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 a single concise sentence, front-loaded with the primary action. It is well-structured with no wasted words, making it easy to parse.

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?

With 7 parameters and no output schema, the description is thin but the schema compensates with detailed parameter documentation. However, it lacks a high-level summary of behavior like filtering, pagination, and the selected-request fallback, making it adequate but not fully 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?

Schema description coverage is high (86%), so parameters like pageIdx, pageSize, and resourceTypes are already well-documented. The description's mention of 'reqid' adds no new meaning beyond the schema's existing description of reqid for action=get.

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 'List network requests, or get one request by reqid,' identifying two distinct modes with a specific verb and resource. It communicates the tool's scope but does not explicitly differentiate from sibling tools like export_har_snapshot.

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 is provided on when to use this tool versus alternatives. The description only states functionality without any contextual advice or exclusions, leaving the agent to infer usage from the tool name and schema.

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/NoOne-hub/JSReverser-MCP'

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