Skip to main content
Glama

Joern MCP Server

by sfncat

get_method_callers

Identify methods that call a specified method in code by providing its fully qualified name. Useful for code review and security analysis in software development.

Instructions

Retrieves a list of methods that call the specified method

@param method_full_name: The fully qualified name of the source method(e.g., com.android.nfc.NfcService$6.onReceive:void(android.content.Context,android.content.Intent)) @return: List of full name, name, signature and id of methods called by the source method

Input Schema

NameRequiredDescriptionDefault
method_full_nameYes

Input Schema (JSON Schema)

{ "properties": { "method_full_name": { "title": "Method Full Name", "type": "string" } }, "required": [ "method_full_name" ], "title": "get_method_callersArguments", "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