Skip to main content
Glama
Anicodeth

dependency-audit-mcp

by Anicodeth

Check a single package's status

check_package

Check an npm package's latest version, how far your current range is behind, deprecation status, and license in one quick lookup. Use it for one-off questions like 'is X deprecated?' without a full audit.

Instructions

Look up one npm package: its latest version, how far a given range/version is behind, deprecation status, and license. Use for a quick one-off check ('is X deprecated?', 'what's the latest Y?', 'how far behind is my Z?') without needing a whole package.json.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesnpm package name, e.g. 'lodash', '@types/node'.
rangeNoThe version or range you currently use, e.g. '^4.17.0'. Defaults to 'latest' (reports latest only).
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses the read-only nature via 'Look up' and 'reports', and lists the specific data returned (version, range lag, deprecation, license). It does not mention error behavior or rate limits, but for a simple lookup this is adequate.

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, no wasted words. The first sentence front-loads the core purpose and outputs; the second provides usage guidance. Every phrase earns its place.

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?

The tool is simple (2 params, no output schema), and the description covers all essential return values, usage context, and alternatives. It is fully self-contained for selecting and invoking 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 description coverage is 100%, but the description adds meaning by explaining how the 'range' parameter works ('how far a given range/version is behind') and provides usage examples. This exceeds the baseline of 3 by giving context beyond the schema.

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 verb ('Look up') and resource ('one npm package'), and lists concrete outputs: latest version, range comparison, deprecation status, and license. It explicitly contrasts with 'single package' vs. the sibling 'audit_dependencies', making the distinction clear.

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 provides explicit usage context: 'Use for a quick one-off check... without needing a whole package.json.' This implies when to use this tool over a bulk audit, though it doesn't name the alternative explicitly. The exclusion ('without needing a whole package.json') gives practical guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Anicodeth/dependency-audit-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server