Skip to main content
Glama

Java Class Analyzer MCP Server

analyze_class

Analyze Java class structures, methods, and fields by scanning Maven projects and decompiling JAR files to provide accurate class information for code generation.

Instructions

分析Java类的结构、方法、字段等信息

Input Schema

NameRequiredDescriptionDefault
classNameYes要分析的Java类全名
projectPathYesMaven项目根目录路径

Input Schema (JSON Schema)

{ "properties": { "className": { "description": "要分析的Java类全名", "type": "string" }, "projectPath": { "description": "Maven项目根目录路径", "type": "string" } }, "required": [ "className", "projectPath" ], "type": "object" }

Other Tools from Java Class Analyzer MCP Server

Related Tools

    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/handsomestWei/java-class-analyzer-mcp-server'

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