Skip to main content
Glama

ScanMalware.com URL Scanner

Search JS Fingerprints By Normalized Hash

search_jsfingerprints_by_normalized_hash
Read-onlyIdempotent

Search JS fingerprints by normalized hash (paginated).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
offsetNo
hash_valueYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.7/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint=false. The description adds 'paginated' behavior, but this is largely inferable from the limit/offset parameters. No additional behavioral context is provided.

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, front-loaded sentence with no superfluous words. It communicates the essential operation and pagination in a compact manner.

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?

The tool is simple, an output schema exists, and annotations cover safety and open-world behavior. The description conveys core function and pagination. It lacks explanation of the normalized hash concept and use cases, but overall is adequate given the structured metadata.

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 references the hash_value parameter via 'by normalized hash' but does not explain what a normalized hash is or clarify limit/offset beyond their names. Insufficient for low coverage.

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 'Search', a clear resource 'JS fingerprints', and a defining key 'normalized hash', which distinguishes it from sibling search-by-different-hash tools. The addition of '(paginated)' further clarifies scope.

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?

Usage context is implied: the tool is for searching by normalized hash. However, no explicit guidance is given on when to choose this over the many similar sibling tools (e.g., by md5, sha1, fuzzy), nor any exclusions or prerequisites.

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.