Skip to main content
Glama
NY5184

dependency-health

by NY5184

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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:

  • User asks about dependency versions/updates in a specific project

  • User requests dependency health check or audit

  • Before suggesting upgrades that require inspecting actual project dependencies

How to analyze results:

  1. Use changelog_content to identify specific changes, bug fixes, breaking changes

  2. State that assessment is limited if changelog could not be fetched

  3. Direct user to source URL if mentioned in changelog_content

  4. Do not infer changes not explicitly stated in changelog_content

  5. Use description and release_date to assess maturity/stability

  6. Consider major version gaps as potential breaking change indicators

Provide recommendations (low/medium/high impact) based on risk, scope, and maintenance implications—not just version differences.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/NY5184/mcp-dependency-health'

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