Skip to main content
Glama

Joern MCP Server

by sfncat

get_method_code_by_id

Retrieve method code using its unique ID to analyze implementation details, aiding in code review and security analysis within the Joern MCP Server environment.

Instructions

Get the code of a method by its class full name and method name

@param class_full_name: The fully qualified name of the class @param method_name: The name of the method @return: List of full name, name, signature and id of methods in the class

Input Schema

NameRequiredDescriptionDefault
method_idYes

Input Schema (JSON Schema)

{ "properties": { "method_id": { "title": "Method Id", "type": "string" } }, "required": [ "method_id" ], "title": "get_method_code_by_idArguments", "type": "object" }

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/sfncat/mcp-joern'

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