Skip to main content
Glama

list_urls_methods

Lists URL and HTTP method combinations from HAR files to identify endpoints accessed. Optionally accepts a specific HAR file, otherwise uses the loaded HAR.

Instructions

列出 HAR 中访问过的所有 URL 与 HTTP 方法组合。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sourceNo可选 HAR 文件来源。为空时使用 `load_har` 已加载的默认 HAR;传入时直接分析指定 HAR 文件。

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description carries the full burden for behavioral disclosure. The description only says what the tool lists but does not mention whether it requires a previously loaded HAR, what happens if none is loaded, or whether it is a safe read-only operation. This is a significant gap for a tool with no annotation support.

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 directly states the tool's function. It is front-loaded with the main action and resource, containing no extraneous words or redundant details.

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

Completeness4/5

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

Given the tool's simplicity (one optional parameter, complete schema coverage, and an output schema), the description is mostly sufficient. It clearly states what the tool returns (URL and method combinations). However, it lacks any guidance on when to use this tool relative to its siblings, preventing a perfect score.

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?

The schema description covers the single 'source' parameter fully, explaining its optionality, default value, and behavior. The tool description adds no parameter-level information, but the schema provides complete semantics, so the 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?

The description uses a specific verb '列出' (list) and clearly identifies the resource as 'URL 与 HTTP 方法组合' (URL and HTTP method combinations). This distinguishes it from sibling tools like get_request_ids or get_domain_stats, making the tool's purpose unambiguous.

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?

The description does not explicitly state when to use this tool versus alternatives like search_har or get_status_code_stats. The intended usage is implied by the purpose, but no clear context or exclusions are given.

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/wdvipa/py-har-mcp'

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