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. Added

TDQS

A4.7/5.0
Behavior5/5

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

The description goes beyond the readOnlyHint/idempotentHint annotations by disclosing composite fan-out behavior, potential 5-30s latency on first bundlephobia measurement, and graceful degradation via sources_failed. It also explains partial failure behavior, which is valuable operational context not visible in structured data.

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 information-dense and well-structured: it starts with the primary purpose, then gives use cases, output summary, ecosystem scope, and failure behavior. Every sentence contributes valuable detail without redundancy, appropriate for the tool's composite nature.

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?

With no output schema, the description compensates by enumerating the exact return fields, including per-advisory details, links, recent versions, and sources_failed. It also addresses timing expectations and edge cases (new version measurements), making the tool's behavior fully transparent.

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?

Schema coverage is 100%, so parameters are fully described in the schema. The description adds context about the npm-specific meaning of 'package' and version defaulting, but this mostly mirrors the schema. No additional parameter semantics beyond what the schema already provides.

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 states a specific verb ('scan') and resource ('dependency') with a clear composite purpose: determining whether to add an npm package to a project. It clearly distinguishes from siblings by specifying it covers license, advisories, version history, and bundle metrics, and explicitly notes the npm-only scope in v1.

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?

Explicitly provides when-to-use guidance: 'Use whenever an agent asks "is X safe / popular / small" or "what does adding lodash cost me"'. It also names the alternative for non-npm ecosystems ('PyPI / Maven / Cargo / Go fall under deps.dev:version directly'), giving clear 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

A3.5/5.0
Disambiguation2/5

Several tools overlap heavily: ask_pipeworx, ask_pipeworx_beta (explicitly described as identical), ask_pipeworx_grounded, and deep_research all handle natural-language data queries, while six polymarket_* tools cover prediction-market analysis with blurry boundaries. The four legitimate Pokemon tools are drowned out by dozens of unrelated Pipeworx utilities, making tool selection confusing.

Naming Consistency2/5

Tool names mix verb_noun (get_pokemon, ask_pipeworx), noun phrases (entity_profile, recent_changes), and bare verbs (forget, recall, subscribe) with no consistent pattern. Even the Pipeworx-related tools alternate between ask_pipeworx*, pipeworx_*, polymarket_*, and descriptive names, so the naming is a hodgepodge rather than a predictable system.

Tool Count2/5

At 35 tools, this exceeds the 25+ threshold for a coherent toolkit. The 'pokemon' server name implies a small, domain-specific set, yet 31 of the tools are unrelated Pipeworx data-research, prediction-market, and memory utilities, making the count wildly inappropriate for the apparent purpose.

Completeness2/5

For a Pokemon domain, the surface is skeletal: only get_pokemon, get_ability, get_type, and get_evolution_chain exist, with no moves, items, locations, or search/list capabilities. The extensive Pipeworx tools clearly belong to a different server altogether, creating a massive coherence gap for the stated 'pokemon' purpose.