Skip to main content
Glama

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
{
  "listChanged": true
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
check_version_toolC

Check a Maven version and get all version update information in a single call

check_version_batch_toolC

Process multiple Maven dependency version checks in a single batch request

list_available_versions_toolC

List all available versions of a Maven artifact grouped by minor version tracks

scan_java_project_toolC

Java-specific tool for scanning Maven projects for vulnerabilities

analyze_pom_file_toolC

Analyze a single Maven POM file without scanning the entire workspace

Prompts

Interactive templates invoked by user choice

NameDescription
list_mcp_assets_promptReturn a comprehensive list of all MCP server capabilities.
triageAnalyze service dependencies and create vulnerability triage report.
planCreate actionable update plan based on triage report.

Resources

Contextual data attached and managed by the client

NameDescription
get_server_capabilitiesGet dynamic list of server capabilities.

TDQS

B3.2/5.0

Scored across 5 tools

Disambiguation4/5

Tools are mostly distinct: analyze POM, check version (single and batch), list versions, and scan vulnerabilities. The two version check tools (single and batch) could cause minor confusion, but their purposes are clearly separated by batch vs single.

Naming Consistency5/5

All tools follow a consistent verb_noun_tool pattern (e.g., analyze_pom_file_tool, check_version_tool). The naming is uniform and predictable, making it easy for an agent to understand the action and target.

Tool Count5/5

5 tools is well-suited for a Maven analysis server. Each tool covers a distinct area (POM analysis, version checking, version listing, vulnerability scanning) without being too sparse or overwhelming.

Completeness4/5

The toolset covers core Maven analysis tasks, but lacks tools for modifying POM files or performing dependency updates. This is a minor gap for a server focused on analysis, as agents can work around missing actions.

Maintenance

ActivityInactive
ResponsivenessNo issues