Skip to main content
Glama

interceptor_browser_list_network_fields

List request and response header fields from captured browser traffic with filters for URL, hostname, method, status, and direction.

Instructions

List request/response header fields from proxy-captured traffic since the browser was launched, with pagination and truncation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax fields to return (default: 50, max: 500)
offsetNoOffset into results (default: 0)
directionNoHeader direction (default: both)both
target_idYesTarget ID from interceptor_browser_launch
url_filterNoFilter by URL substring
method_filterNoFilter by HTTP method
status_filterNoFilter by response status code
hostname_filterNoFilter by hostname substring
value_max_charsNoMax characters for header value previews (default: 256)
header_name_filterNoFilter by header name substring

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changedv3.5.3
    • changedInput schema / properties / target_id / description
      Previous value: -"Target ID from interceptor_browser_launch or interceptor_camoufox_launch"New value: +"Target ID from interceptor_browser_launch"
  2. Changed1 schema field changedv3.3.1
    • changedInput schema / properties / target_id / description
      Previous value: -"Target ID from interceptor_browser_launch"New value: +"Target ID from interceptor_browser_launch or interceptor_camoufox_launch"
  3. Addedv2.3.0

TDQS

A3.7/5.0
Behavior4/5

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

No annotations exist, so the description carries full burden. It discloses read-only behavior (listing), pagination, and value truncation. It does not mention side effects, but since it's a list operation, none are expected. The description is transparent about scope and features.

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, well-structured sentence that front-loads the core purpose and key features. No redundant words or information.

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?

Given the tool's complexity (10 parameters, multiple filters, no output schema), the description provides a high-level summary but omits details like filter combination logic, result ordering, and behavior when no results match. Schema covers parameter semantics, but behavioral completeness could be improved.

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 100%, so parameters are already well-documented. The description adds context about pagination and truncation, but does not significantly enhance understanding beyond the schema. Baseline 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 clearly states it lists request/response header fields from proxy-captured traffic since browser launch, with pagination and truncation. This distinguishes it from sibling tools like interceptor_browser_get_network_field and proxy_list_traffic.

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?

The description provides no guidance on when to use this tool versus alternatives like interceptor_browser_get_network_field or proxy_list_traffic. It does not mention prerequisites or exclusion criteria, leaving the agent to infer context from the name alone.

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

Deploy Server

Other Tools