Skip to main content
Glama

assess_dependency

Check a single package@version for known vulnerabilities via OSV.dev (npm, PyPI, Go, Maven, NuGet, RubyGems, Packagist, crates.io, etc.). Returns advisories with CVE IDs, severity, fixed versions, and references. Free tier eligible.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesPackage name (e.g., "lodash", "django", "github.com/gorilla/mux")
versionYesExact version (e.g., "4.17.20")
ecosystemYesPackage ecosystem: npm, PyPI, Go, Maven, NuGet, RubyGems, Packagist, crates.io

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A3.8/5.0
Behavior3/5

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

With no annotations, the description carries full burden. It discloses the data source (OSV.dev), free tier eligibility, and output fields. However, it lacks details on rate limits, error handling (e.g., unknown package), or limitations (e.g., max version length beyond schema). No contradiction with annotations as none exist.

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, front-loaded with the core action and key details. No extraneous words; every sentence adds value. Efficient and clear.

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?

Given the tool's simplicity (3 params, no output schema), the description covers the main purpose, supported ecosystems, return fields, and cost status. Minor omissions: what happens if no vulnerabilities are found, or if the package/version is invalid. Still, completeness is high for the tool's scope.

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 coverage is 100%, so the schema already documents all three parameters. The description adds context that the tool operates on a single package@version and lists ecosystems, but this does not significantly enhance understanding beyond the schema definitions. 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 the tool checks a single package@version for known vulnerabilities via OSV.dev, specifies supported ecosystems, and describes the return fields (CVE IDs, severity, fixed versions, references). It distinguishes itself from siblings like 'search_cves' and 'lookup_cve' which focus on general CVE search rather than package-specific checks.

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

Usage Guidelines3/5

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

The description implies usage for individual package vulnerability checks but does not explicitly state when to use versus alternatives or when not to use. No exclusions or scenario guidance are provided, leaving the agent to infer from context.

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

Most tools have distinct purposes, but 'lookup_cve' and 'get_weaponization_score' both focus on a single CVE, which could cause confusion. However, descriptions clarify their different outputs (full enrichment vs. numerical score).

Naming Consistency2/5

Naming conventions are inconsistent: some tools use 'get_', others 'list_', 'lookup_', 'assess_', 'scan_url', 'search_cves'. No consistent verb_noun pattern across the set.

Tool Count5/5

14 tools is well within the ideal 3-15 range, covering a broad scope of security assessment and intelligence without being excessive.

Completeness3/5

Core workflows (scanning, vulnerability lookup, threat stats) are covered, but missing update/delete operations for scans and domain verification tool. Notable gaps exist but core functionality is present.

Resources