Skip to main content
Glama
mustafagoksever

Java Inspector

find_jar

Locate JAR files by exact path, filename, prefix, substring, or Maven coordinates without opening them. Choose matching and format to get paths for decompilation or analysis.

Instructions

Find JAR paths by exact path, filename, prefix, substring, or Maven coordinates without opening the JAR.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
matchNoprefix
formatNoOutput format.text
jarPathNoAbsolute path to an exact JAR. Fastest selector.
coordinatesNogroupId:artifactId[:version[:classifier]].
jarDirectoryNoAbsolute directory to search for a JAR on demand.
jarNamePrefixNoJAR basename prefix.
workspacePathNoAbsolute Java workspace path. Maven is optional.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Addedv3.0.0

TDQS

A3.9/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations available, the description must carry behavioral weight. It does disclose the key non-inspecting behavior ('without opening the JAR') and implies a read-only search operation. However, it does not describe whether the search is indexed vs. on-demand, how results are ordered, or what happens when multiple criteria are combined, leaving meaningful behavioral gaps.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

A single, information-dense sentence that front-loads the main action and scope. Every phrase adds value, and there is no filler or repetition of schema details. This is an appropriately concise definition.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description is adequate for a simple search tool but does not fully cover the decision space of 8 parameters and no output schema. It does not explain when to use jarPath vs. jarDirectory vs. workspacePath, nor what the returned paths look like. Schema descriptions fill some gaps, but the description leaves several practical questions unanswered.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 75%, so the schema already documents most parameters. The description adds a useful semantic layer by mapping high-level matching modes (exact path, filename, prefix, substring, Maven coordinates) to the available parameters, but it does not clarify parameter interplay or the meaning of 'limit' and 'match' beyond what the schema provides.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb ('Find'), a clear resource ('JAR paths'), and enumerates the search criteria (exact path, filename, prefix, substring, Maven coordinates). The phrase 'without opening the JAR' distinguishes it from inspect_jar and similar inspection tools, so an agent can tell it apart from siblings.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives a clear sense of when to use the tool: whenever JAR paths need to be located by various matchers and the JAR's contents do not need to be opened. It does not explicitly name alternative tools or state exclusions, but the context is clear enough for most selection scenarios.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mustafagoksever/java-inspector'

If you have feedback or need assistance with the MCP directory API, please join our Discord server