Skip to main content
Glama

network_log

View all network requests a page makes, including fetch, XHR, and resource timings, with method, URL, status, and duration to diagnose loading problems.

Instructions

Requests the page made - fetch and XMLHttpRequest with method, URL, status and duration (requires --enable-observers). Set includeResources:true to also list scripts/images/styles from Resource Timing (those carry timing and size but no status). Does not include the document request or headers.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
clearNo
limitNo
tabIdNoTarget tab id (defaults to the active tab)
frameIdNoAct inside this frame (ids come from frames_list)
sinceSeqNo
allFramesNoSearch every frame of the tab and act on the first that matches - use when a selector should match but does not (the element is in an iframe)
failedOnlyNoOnly requests that errored or returned status >= 400
urlContainsNoOnly requests whose URL contains this substring
includeResourcesNoAlso include Resource Timing entries (scripts, images, styles)

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Addedv0.7.0

TDQS

A4.1/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden. It discloses the --enable-observers requirement, the exact scope of what is and isn't included, and the nature of resource timing entries (timing and size but no status). It does not explicitly state it is read-only, but the context implies it. It adds value by clarifying limitations beyond what the schema offers.

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 exceptionally concise, with the core purpose front-loaded, a useful optional flag explained, and a key limitation stated. Every sentence earns its place, and there is no redundancy.

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?

While the description covers the main behavior, includeResources, and limitations, it does not explain several parameters (clear, limit, sinceSeq) that likely control filtering and pagination. With 9 parameters and no output schema, a more thorough explanation of these would improve completeness. The current description is adequate but leaves gaps for an agent to infer.

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 67%, so the description does not need to compensate heavily. It does add meaning for includeResources (explaining it lists scripts/images/styles from Resource Timing), which goes beyond the schema. However, it leaves clear, limit, and sinceSeq unexplained, and the description does not clarify their purpose. Given the moderate coverage, this is a minimal but acceptable contribution.

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 the tool lists page network requests (fetch and XMLHttpRequest) with method, URL, status, and duration. It also specifies what it includes (resource timing entries when flagged) and excludes (document request and headers), making its purpose distinct and unambiguous.

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?

It gives a clear prerequisite (requires --enable-observers) and explains when to use includeResources for resource timing entries. It also notes exclusions (document request and headers). However, it does not explicitly reference sibling tools or state when not to use it, but the context provided is sufficient.

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

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/Mehmoodqureshi/chrome-mcp'

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