Skip to main content
Glama

Joern MCP Server

by sfncat

get_calls_in_method_by_method_full_name

Retrieve detailed call information within a specified method using its full name. Designed for code review and security analysis, this tool helps developers analyze method interactions efficiently.

Instructions

Get the calls info by the method full name which the call is in the method

@param method_full_name: The full name of the method @return: The calls info of the 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_calls_in_method_by_method_full_nameArguments", "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