dependency-health
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| dependency_health_checkA | Analyzes project dependencies and provides contextual data to assess upgrade impact. Supports: npm (package.json) and pip (requirements.txt) only. Other package managers (Poetry, Pipenv, Cargo, Go modules, Maven, Gradle, Composer, NuGet, etc.) are not supported. Returns for each dependency: name, current version, latest version, status, changelog_content (actual release notes or explanatory message), description, and release_date. When to use this tool:
How to analyze results:
Provide recommendations (low/medium/high impact) based on risk, scope, and maintenance implications—not just version differences. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 1 tool
With only one tool, there is no risk of confusion between tools. The single tool's purpose is clearly defined.
The tool name 'dependency_health_check' uses a clear snake_case convention, which is consistent with common naming practices. With only one tool, consistency is not an issue.
The single tool covers the core function of dependency health checking, but the scope is narrow (only npm and pip). The count is slightly below the typical range but still reasonable for a focused utility.
The tool only supports npm and pip, leaving out many common package managers (e.g., Cargo, Go modules, Maven). This is a significant gap that limits the tool's usefulness for projects using other managers.