commvault-release-comparison-mcp
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 | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 4 tools
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.
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.
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.
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.