Skip to main content
Glama

ScanMalware.com URL Scanner

Search JS Fingerprint By Library Version

search_js_fingerprint_by_library_version
Read-onlyIdempotent

Search JS fingerprints by library version.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
libraryYes
versionYes
group_by_urlNo
include_deprecatedNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.8/5.0
Behavior2/5

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

Aside from the annotations (readOnlyHint, idempotentHint, etc.), the description adds no behavioral details. It does not mention pagination, default limit behavior, or how deprecated results are handled. There is no contradiction with annotations, but the description contributes no extra transparency.

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 sentence, extremely concise and front-loaded. It contains no filler, though it may be too sparse for other dimensions.

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?

For a tool with 5 parameters and many closely related siblings, this description is insufficient. It lacks details about optional parameter behavior, output expectations, and distinguishing characteristics, making it hard for an agent to invoke correctly.

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?

The phrase 'by library version' hints at the two required parameters, but the input schema already provides their names/titles. With 0% schema description coverage, the description does not explain limit, group_by_url, or include_deprecated, leaving those parameters ambiguous.

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 the verb 'Search' and specifies the resource 'JS fingerprints' filtered by 'library version', making the basic function clear. However, it does not differentiate this tool from closely named siblings such as search_js_fingerprint_by_library or search_jsfingerprints_by_library_version.

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. There is no mention of when to use this over other search tools, what to do with optional parameters like group_by_url or include_deprecated, or any exclusion criteria.

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.