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?

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false. The description adds substantial behavioral context beyond these: partial failures degrade gracefully, bundlephobia's first measurement can take 5-30 seconds, sources_failed will list timeouts, and only the NPM ecosystem is supported in v1. These are non-obvious behaviors that help the agent anticipate side effects and limitations.

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 dense but well-organized. Each sentence carries meaningful information: the first defines the tool, the second gives usage context, the third lists return fields, the fourth notes ecosystem limits and alternatives, and the fifth explains failure behavior. No fluff or repeated schema content.

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?

There is no output schema, so the description takes on the burden of explaining return values. It lists the summary block fields, per-advisory details, links, and alternatives. It also covers timeout behavior, partial failure handling, and ecosystem constraints. For a composite tool with external service dependencies, this is remarkably complete.

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?

Input schema covers 100% of parameters (package and version) with clear descriptions. The description does not add much extra parameter-specific information beyond what the schema already provides; it only reiterates the npm ecosystem scope. With full schema coverage, a baseline of 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 clearly states it is a 'Composite "should I add this npm package to my project" check in ONE call' that fans out across deps.dev and bundlephobia. It specifies a concrete action, resource (npm packages), and scope (license, advisories, bundle size, etc.), distinguishing it from sibling tools that are narrower or different in focus.

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?

It explicitly says 'Use whenever an agent asks "is X safe / popular / small" or "what does adding lodash cost me"'. It also provides an alternative: 'PyPI / Maven / Cargo / Go fall under deps.dev:version directly', clarifying when not to use this tool and what to use instead. This meets the 'explicit when/when-not/alternatives' criterion.

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

Multiple tools overlap heavily: ask_pipeworx, ask_pipeworx_beta, and ask_pipeworx_grounded are near-identical router variants, and entity_profile/compare_entities/recent_changes/ai_visibility_check all inspect companies from overlapping angles. The six Polymarket tools form a tightly-overlapping mini-domain that further crowds the surface.

Naming Consistency3/5

All names are snake_case, but verbs are inconsistently used: many tools are noun phrases (citation_count, entity_profile, polymarket_edges) while others start with verbs (ask_pipeworx, compare_entities, validate_claim). Some prefixes like ask_* and polymarket_* help, but the overall verb/noun pattern is not coherent.

Tool Count2/5

37 tools is well above the typical 3–15 tool scope, and several are redundant variants (three ask_pipeworx modes) or hyper-specific sub-tools (six Polymarket tools). The server name suggests a focused citation service, but only six tools actually address citations, leaving the set bloated with unrelated data query and memory utilities.

Completeness3/5

For a general data-query gateway, the surface is quite broad and covers lookup, profiling, comparisons, subscriptions, and memory. But as an OpenCitations server it lacks a way to discover papers by topic and the breadth of the other domains is unwieldy and unowned—so notable gaps exist in any plausible stated purpose.