Skip to main content
Glama
csawantgit

commvault-release-comparison-mcp

by csawantgit

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
compare_releasesB

Compare two Commvault release versions and show differences category-wise

get_release_changesB

Get all changes for a selected release

get_category_changesA

Get changes for a selected category across releases

generate_summaryB

Generate a human-readable summary for a release

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: comparing two releases, retrieving all changes for a release, retrieving changes by category, and generating a summary. There is no overlap in their functionality.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern using snake_case: compare_releases, get_release_changes, get_category_changes, generate_summary. This makes the set predictable and easy to navigate.

Tool Count5/5

With only 4 tools, the server is well-scoped for its purpose of release comparison and summarization. Each tool serves a distinct need without redundancy or bloat.

Completeness4/5

The tool set covers the core comparison workflow: comparing releases, fetching changes, filtering by category, and generating summaries. A tool to list available releases would make the set more self-contained, but the current coverage is sufficient for the stated purpose.

Maintenance

ActivitySlowing
ResponsivenessNo issues