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.8/5.0
Behavior5/5

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

Annotations already set safe, read-only, idempotent traits. The description adds crucial behavioral context: multi-source fan-out, bundlephobia's slow first measurement (5-30s), and the sources_failed field. No contradictions with annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Packaged densely - three sentences cover purpose, usage, ecosystem scope, and edge cases. Could be slightly more concise (e.g., merge the first two sentences), but every sentence adds unique value.

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?

Despite no output schema, the description lists all return fields and explains behavior during partial failures. It addresses complexity: multi-source, version defaults, ecosystem restriction, and performance caveat. Fully complete given the tool's sophistication.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with clear parameter descriptions. The description adds useful context: defaults to latest version when omitted, and confirms scoped packages are accepted. Slightly more than the baseline 3.

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 instantly communicates the tool's composite nature (deps.dev + bundlephobia), the specific question it answers ('is X safe / popular / small'), and the output summary fields. It distinguishes itself from any potential sibling tools that might do similar checks (e.g., 'deps.dev:version' for other ecosystems).

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?

Explicit 'Use whenever...' instruction with example queries. Clearly states ecosystem limitation (NPM v1) and directs users to alternative tools for other ecosystems. Also describes graceful degradation for partial failures.

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

Several tools overlap heavily: ask_pipeworx, ask_pipeworx_beta, ask_pipeworx_grounded, deep_research, and suggest_questions all route questions to the same underlying data catalog, making it hard to pick the right one. The Polymarket-related tools (bet_research, polymarket_edges, polymarket_arbitrage, polymarket_fill_risk, polymarket_edge_tracker, polymarket_kalshi_spread) also have overlapping discovery and analysis purposes.

Naming Consistency3/5

Many tools use descriptive snake_case, and the ask_pipeworx family shares a clear prefix, but the set mixes generic memory verbs (remember, recall, forget), brand-prefixed tools (here_*, pipeworx_*), and standalone names like bet_research and scan_dependency. There is no consistent verb_noun pattern across the whole server.

Tool Count2/5

35 tools is heavy for a single MCP server, and a large portion are meta-tools layered over the same 5,752-tool catalog (ask_pipeworx, ask_pipeworx_beta, ask_pipeworx_grounded, deep_research, discover_tools, suggest_questions). The broad intentional scope explains the count, but the tool surface feels bloated and harder to navigate than it needs to be.

Completeness4/5

The domain is unusually broad—data querying, entity resolution, comparison, monitoring, memory, geolocation, prediction markets, dependency scanning—and the set covers most workflows end to end. Minor gaps exist, like no direct pipeworx:// citation fetcher and no update/list/delete pattern for entity profiles, but the core user journeys are well supported.