Skip to main content
Glama

package_vulnerabilities

List known vulnerabilities for a software package (optionally a specific version) via OSV. Ecosystems: npm, pypi, cargo, go, maven, rubygems, nuget, composer, pub, hex.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesExact package name as published in that registry, e.g. lodash for npm, requests for pypi.
versionNoOptional; if given, only vulns affecting that version are returned
ecosystemYesPackage registry to look in. One of: npm, pypi, cargo, go, maven, rubygems, nuget, composer, pub, hex.

TDQS

B3.1/5.0
Behavior2/5

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

No annotations are provided, so the description carries full burden for behavioral disclosure. It explains the operation and the OSV source, but says nothing about response format, external service dependencies, rate limits, auth needs, or behavior when no vulnerabilities exist. This is thin for a tool with zero annotation support.

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?

Two sentences with no filler. The main action and data source are front-loaded, and the ecosystem list is compact and directly useful. Every sentence earns its place.

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

Completeness3/5

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

For a simple 3-parameter read tool with full schema coverage, the description covers the core purpose and parameter domain. However, there is no output schema or behavioral notes, so the agent does not learn what the result list contains, and there is no guidance on selecting among sibling tools. This leaves noticeable gaps.

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 description coverage is 100%, so all parameters already documented. The description adds the ecosystem list and optional-version clarification, but these largely mirror the schema, so there is no substantial extra meaning beyond the baseline.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

States a specific verb ('List') and resource ('known vulnerabilities for a software package'), and adds the data source ('via OSV') and the optional version filter. It is clear and functional, but it does not explicitly contrast with the siblings audit_dependencies or cve_lookup, so it earns 4 rather than 5.

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

Usage Guidelines2/5

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

The description gives no guidance on when to use this tool versus audit_dependencies or cve_lookup. It does not state exclusions, prerequisites, or when another sibling would be more appropriate. Usage must be inferred entirely from the generic phrase 'List known vulnerabilities'.

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
Disambiguation5/5

Each tool targets a distinct security vulnerability task: scanning a manifest, looking up a specific CVE, or listing package vulnerabilities. No overlap in purpose.

Naming Consistency3/5

All use snake_case but pattern varies: 'audit_dependencies' is verb_noun, 'cve_lookup' is noun_verb, 'package_vulnerabilities' is noun_noun. Descriptive but inconsistent.

Tool Count5/5

Three tools cover the core vulnerability intelligence needs without excess. Well-scoped for the server's purpose.

Completeness4/5

Covers manifest scanning, CVE lookup, and package vulnerabilities. Minor gaps like batch operations or version range checks, but sufficient for typical use.