Skip to main content
Glama

ScanMalware.com URL Scanner

Get JS Fingerprints

get_js_fingerprints
Read-onlyIdempotent

Get JavaScript fingerprints for a scan_id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
scan_idYes
include_functionsNo
include_http_headersNo
include_vectors_infoNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

C2.8/5.0
Behavior2/5

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

The annotations already declare readOnly, openWorld, idempotent, and non-destructive, which covers the safety profile. The description adds no extra behavioral context, such as the meaning of the include_* flags or how results are scoped, beyond restating the scan_id parameter.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, front-loaded sentence with zero waste. It earns its place but is so brief that it misses opportunities to add clarifying detail without becoming verbose.

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?

Between the descriptive tool name, the one-line description, the rich annotations, and the presence of an output schema, the tool is minimally viable. However, the lack of guidance on optional parameters and the absence of usage context relative to sibling tools make it incomplete for nuanced decisions.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate. It clarifies scan_id's role but says nothing about the three optional boolean parameters (include_functions, include_http_headers, include_vectors_info), leaving their semantics fully to the reader's inference from their names.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb ('Get') and resource ('JavaScript fingerprints') scoped by 'scan_id', making the core action clear. However, it does not differentiate this tool from closely related siblings like get_jsfingerprint or get_js_fingerprinter2, so it loses a point.

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?

No usage guidance is provided. The description does not indicate when to prefer this tool over the many JS fingerprint search/retrieval siblings, nor does it mention alternatives or exclusions.

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.

TDQS

C2.3/5.0
Disambiguation2/5

Many tools overlap in purpose, particularly the JS fingerprint search functions (e.g., search_js_fingerprint_by_md5 and search_jsfingerprints_by_md5) which are nearly identical. The large number of get_* and search_* tools for various statistics also creates boundary ambiguity.

Naming Consistency2/5

The verb_noun pattern is mostly followed, but there are significant inconsistencies: 'jsfingerprints' vs 'js_fingerprints' vs 'js_fingerprint', and the occasional use of 'find' instead of 'search' (e.g., find_js_fingerprint_similar_by_hash). This mixed style makes it hard to predict tool names.

Tool Count1/5

With 128 tools, the server is severely over-scoped. Many tools could be combined (e.g., all search_jsfingerprints_by_* variants) or parameterized. The sheer number overwhelms an agent and suggests poor API design.

Completeness4/5

The core URL scanning workflow (submit, retrieve results, search, analyze) is well covered, including detailed sub-analyses like malware, YARA, and JS fingerprints. Minor gaps include no scan cancellation or user-specific scan listing, but overall coverage is strong.