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.

TDQS

A4.7/5.0
Behavior5/5

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

The description adds behavioral insights beyond the annotations: it notes that the tool fans out to multiple sources, that partial failures degrade gracefully, and specifically that bundlephobia's first measurement on a new version can take 5-30s and may cause a timeout that appears in sources_failed while the rest returns. These are not derivable from the readOnly/openWorld/idempotent hints, making the description more transparent.

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 efficiently structured: the first sentence states the composite purpose and sources, the second gives usage triggers, the third describes the return payload, and the final sentence handles ecosystem scope and failure behavior. Each sentence earns its place, and the key 'what is it' is front-loaded.

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?

Given the tool's complexity (multiple remote sources, partial failures, timing) and the absence of an output schema, the description is remarkably complete. It names all output categories (summary block fields, per-advisory detail, links, alternative versions), explains partial failure handling, and clearly states the v1 ecosystem limitation with a pointer to a direct alternative. Nothing critical is missing.

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 with clear descriptions (package name, version with default behavior). The description adds no new parameter-level semantics beyond what the schema states, so the baseline of 3 is appropriate. It does not need to compensate for schema coverage because coverage is 100%.

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 specific, composite purpose: 'should I add this npm package to my project' check in ONE call, which clearly differentiates it from other tools. It names the two data sources (deps.dev and bundlephobia) and the exact dimensions covered (license, advisories, bundle size, etc.), leaving no ambiguity about what the tool does.

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 explicitly states when to use: 'Use whenever an agent asks "is X safe / popular / small" or "what does adding lodash cost me".' It also provides a clear exclusion and alternative: 'NPM ecosystem only in v1; PyPI / Maven / Cargo / Go fall under deps.dev:version directly.' This gives both positive and negative usage guidance with a named alternative.

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.6/5.0
Disambiguation2/5

Multiple tools have overlapping purposes: ask_pipeworx, ask_pipeworx_beta, and ask_pipeworx_grounded are near-identical in scope, and the prediction-market tools (bet_research, polymarket_edges, polymarket_arbitrage, polymarket_fill_risk) share similar functions. While some tools are distinct, the boundaries between many are unclear.

Naming Consistency2/5

Names mix product-like identifiers (ask_pipeworx, deep_research), descriptive nouns (entity_profile, subjects), and inconsistent verb forms (query_table, resolve_entity, scan_competitor_ai_presence). No consistent verb_noun pattern is maintained across the set.

Tool Count2/5

With 34 tools, the server is overpopulated relative to its apparent purpose. The name 'Statbank Md' suggests a narrow statistical service, but only 3 tools are Statbank-specific; the rest form a sprawling general-purpose data toolkit. The count is far beyond what the core function needs.

Completeness3/5

For the Statbank subset, the surface is complete (browse subjects, get metadata, query data). As a general data research suite, it covers many domains (SEC, FDA, economics, prediction markets) but lacks execution/trading tools for prediction markets and has no bulk data export or analytics beyond excerpts. Notable gaps exist but many core workflows are covered.