Skip to main content
Glama

Dependency vulnerability check

vuln_check
Read-onlyIdempotent

Known security vulnerabilities for a package version (npm, PyPI, crates, Go, Maven, NuGet, RubyGems, Packagist) with severity, CVE/GHSA ids, and the version that fixes each. Queries OSV.dev, the open vulnerability database that aggregates GitHub advisories, PyPA, RustSec, Go and more. Pass up to 50 packages at once as "ecosystem:name@version" to audit a lockfile. Price: $0.002 per call (10 free/day).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo
versionNo
packagesNoe.g. ["npm:lodash@4.17.15","pypi:requests@2.19.0"]
ecosystemNonpm

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already cover read-only, idempotent, and non-destructive behavior. The description adds valuable context beyond that: it queries OSV.dev, aggregates multiple advisory sources, and discloses the cost and free-tier limit. No contradiction 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.

Conciseness5/5

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

Three sentences, all useful and front-loaded: purpose and output, data source, then usage pattern and cost. There is no fluff or repetition of schema/annotation details.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers the main invocation mode, output contents, external source, and rate/cost behavior even though there is no output schema. It does not explicitly address empty results, error behavior, or when to prefer name/version vs packages, but an agent has enough information to call the tool correctly.

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 only 25%, so the description carries the burden, and it compensates well by defining the 'ecosystem:name@version' format, the 50-package max, and the supported ecosystems. The individual name/version/ecosystem fields remain implicit, but the single-package usage is inferable from the opening sentence.

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 operation: checking for known security vulnerabilities in a package version. It enumerates supported ecosystems and the exact output fields (severity, CVE/GHSA IDs, fixing version), clearly distinguishing this tool from sibling data tools like package_info or price.

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

Usage Guidelines4/5

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

It explicitly explains the batch usage pattern: pass up to 50 packages as 'ecosystem:name@version' to audit a lockfile, and identifies the OSV.dev data source. It does not explicitly mention when not to use the tool or name a sibling alternative, so it misses the top score.

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.

Resources