Skip to main content
Glama
yzanbo

arc-browser-control

by yzanbo

arc_get_network_request

Retrieve detailed information about a specific network request using its request ID, optionally specifying a tab.

Instructions

特定のネットワークリクエストの詳細を取得する

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
reqidYesリクエストのID(arc_get_network_requestsで取得したID)
tab_indexNoタブのインデックス(指定しない場合はアクティブタブ)
Behavior2/5

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

No annotations are provided, and the description does not disclose any behavioral traits beyond 'get details'. It does not specify whether the operation is read-only, if network monitoring must be active, or what side effects occur. The lack of transparency is a gap for a retrieval tool.

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 that immediately conveys the tool's purpose. It is front-loaded and contains no unnecessary words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no output schema, the description should explain what 'details' are returned (e.g., headers, timing, etc.) but does not. It also omits prerequisites such as starting network monitoring. The tool is simple but incomplete for an agent to invoke confidently.

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 the baseline is 3. The tool description adds no additional parameter information beyond what the schema already provides. The schema descriptions are adequate, so no penalty.

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 retrieves details of a specific network request, using a specific verb ('get details') and resource ('network request'). It distinguishes from the sibling tool 'arc_get_network_requests' by implying it operates on a single request via a provided ID.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No explicit guidance on when to use this tool vs alternatives. The parameter description for 'reqid' suggests it should be used after obtaining an ID from 'arc_get_network_requests', but this is only implicit in the schema, not the main description.

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/yzanbo/arc-browser-control-mcp'

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