Skip to main content
Glama
Kicey
by Kicey

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
java_workspace_symbolsB

Search for classes, interfaces, and methods across the entire workspace.

java_document_symbolsB

Get the hierarchical outline of a specific file.

java_definitionC

Find the definition of a symbol at a specific location.

java_referencesC

Find usages of a symbol at a specific location.

java_implementationsC

Find implementations of a symbol at a specific location.

java_hoverC

Get Javadoc and type signature for a symbol.

java_class_contentA

Fetch the source code for a class located inside a third-party jar (handles jdt:// URIs).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.3/5.0

Scored across 7 tools

Disambiguation5/5

Each tool targets a distinct operation: fetching class content, finding definitions, document outline, hover info, implementations, references, and workspace symbol search. No overlap in purposes.

Naming Consistency5/5

All tools follow a consistent 'java_<noun>' pattern with snake_case naming. The prefix and noun structure is uniform across the set.

Tool Count5/5

7 tools is an appropriate number for a code navigation server. It covers essential browsing operations without being excessive or insufficient.

Completeness4/5

The tool set covers core code exploration: definition, references, implementations, hover, document outline, and symbol search. Missing features like code completion or diagnostics, but the set is reasonable for static analysis.

Maintenance

ActivityStale
ResponsivenessNo issues