Skip to main content
Glama

ScanMalware.com URL Scanner

Get Netlog

get_netlog
Read-onlyIdempotent

Describe the network log (Chrome NetLog) for a scan_id: whether one exists, its size, and its encoding. The log itself is not returned - these are routinely tens of megabytes gzipped.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
scan_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already cover readOnly, idempotent, and non-destructive behavior. The description adds the crucial context that the log body is not returned because it is often tens of megabytes gzipped, setting the right expectation about payload size and metadata-only results.

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 two sentences: the first states purpose and output fields, and the second explains why the log is not returned. Every clause adds value and there is no repetition or filler.

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

Completeness5/5

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

Given a single required parameter, an output schema present, and annotations defining safety behavior, the description covers all necessary context: it names the resource, what it returns, and why it does not return the large payload. Nothing needed to call this tool successfully is missing.

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?

With schema description coverage at 0%, the parameter has no schema-level documentation. The description does tie scan_id to the network log resource, which is useful, but it does not explain the format, origin, or how to obtain a valid scan_id. It is enough to guess, but not enough to fully walk an agent through.

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 names both the resource ('Chrome NetLog') and the operation ('describe'), and specifies exactly what is reported ('whether one exists, its size, and its encoding'). It also states what is not returned, which clearly separates this from tools that fetch contents or analyze other scan data.

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 resource scope is clear: this is for a scan_id's network log metadata. However, the description does not explicitly state when to prefer this tool over alternatives, mention where scan_id comes from, or give exclusions such as 'use get_scan_result for the scan itself'.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.