Skip to main content
Glama

Scan Dependency

scan_dependency
Read-onlyIdempotent

Composite "should I add this npm package to my project" check in ONE call — fans out across deps.dev (license + advisories + version history) and bundlephobia (gzipped/minified bundle size, dependency count, ESM/tree-shake support). Use whenever an agent asks "is X safe / popular / small" or "what does adding lodash cost me". Returns a summary block (is_latest, license, published_at, advisory_count, bundle_kb_min, bundle_kb_gz, dependency_count, has_esm, tree_shakeable), per-advisory detail, links, and a list of recent alternative versions. NPM ecosystem only in v1; PyPI / Maven / Cargo / Go fall under deps.dev:version directly. Partial failures degrade gracefully — bundlephobia's first measurement on a new version can take 5-30s; sources_failed will list it if it times out, the rest still returns.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
packageYesnpm package name. Scoped packages (e.g. "@types/node") are accepted.
versionNoSpecific version to check (e.g., "18.3.1"). Defaults to the latest published version when omitted.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.7/5.0
Behavior5/5

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

Beyond the annotations (readOnly, openWorld, idempotent, non-destructive), the description reveals that the tool fans out to multiple sources, may take 5-30s on first bundlephobia measurement, and degrades gracefully with sources_failed listing timeouts. It also details the return structure, which is not covered by an output schema.

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 well-structured and front-loaded with the primary purpose. Each sentence provides distinct value: use cases, return fields, ecosystem scoping, and failure modes. Although long, it is efficient for the tool's complexity, with no redundant 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?

Without an output schema, the description fully enumerates the return summary fields and other outputs (per-advisory detail, links, alternative versions). It also covers edge cases (timeouts, partial failures) and ecosystem limitations, making it complete for an agent to decide when and how to invoke the tool.

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 input schema already covers both parameters completely (100% coverage): package is an npm package name, version defaults to latest. The description adds little new parameter-specific meaning; it mentions recent alternative versions and version history but these are behavioral outcomes, not parameter semantics. Baseline 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 opens with a clear, specific verb+resource: it performs a composite safety/quality check for npm packages by fanning out to deps.dev and bundlephobia. It explicitly scopes to 'should I add this npm package' and lists the exact domains (license, advisories, bundle size, etc.), distinguishing it from sibling scanning tools like scan_competitor_ai_presence.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives explicit when-to-use guidance ('Use whenever an agent asks...') and when-not-to-use with an alternative ('NPM ecosystem only in v1; PyPI / Maven / Cargo / Go fall under deps.dev:version directly'). It also discloses partial failure behavior, which helps the agent set expectations.

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

B3.4/5.0
Disambiguation1/5

The server is named 'Phishtank' but only one tool (check_url) relates to phishing. The remaining 31 tools cover a wide range of unrelated topics (data research, prediction markets, memory, etc.), many with overlapping purposes (e.g., ask_pipeworx, ask_pipeworx_beta, ask_pipeworx_grounded, deep_research). This makes it extremely difficult for an agent to select the right tool.

Naming Consistency2/5

Tool names mix conventions inconsistently: some use underscores (ai_visibility_check, check_url), some are camelCase (ask_pipeworx, bet_research), and others are compound phrases. There is no predictable pattern across the set.

Tool Count1/5

With 32 tools, the count is high, but only one aligns with the server name 'Phishtank' (check_url). The vast majority belong to an entirely different domain (Pipeworx tools), making the tool count severely inappropriate for the server's stated purpose.

Completeness1/5

For a phishing detection server, the tool surface is severely incomplete. It lacks essential tools like report_phish, verify_phish, get_stats, etc. The single phishing tool (check_url) is insufficient, while the other 31 tools are completely out of scope.