Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
JAVATS_CONFIGYesPath to the javats-mcp.config.json configuration file

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
index_projectC

Build/refresh the cross-stack index. Returns counts.

find_symbolA

Locate a class/method/field/enum/endpoint by name (file:line).

find_referencesC

Intra-language references to a symbol.

get_endpointD

Java endpoint <-> OpenAPI operation <-> DTO schema.

analyze_impactC

Cross-stack blast radius for a symbol, with confidence flags.

get_git_contextC

Recent authors, commits, and blame summary for a file or symbol.

explain_symbolC

Aggregate definition + refs + endpoint + git into one summary.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.1/5.0

Scored across 7 tools

Disambiguation5/5

Each tool targets a distinct aspect: indexing, symbol lookup, reference finding, endpoint details, cross-stack impact, git context, and summary aggregation. No overlap in purpose.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern in snake_case (e.g., find_symbol, get_endpoint), making them predictable and easy to differentiate.

Tool Count5/5

With 7 tools, the set is well-scoped for a code impact analysis domain. Each tool serves a clear role without being too many or too few.

Completeness4/5

The tools cover core workflows: indexing, searching, referencing, endpoint mapping, impact analysis, and git context. Minor gaps exist like direct file content retrieval, but the set is sufficient for its stated purpose.

Maintenance

ActivitySlowing
ResponsivenessNo issues