Skip to main content
Glama

Joern MCP Server

by sfncat

get_referenced_method_full_name_by_call_id

Retrieve the full method info referenced by a specific call ID using Joern MCP Server for precise code analysis and understanding.

Instructions

Get the method info by the call id which the call is referenced the method

@param id: The id of the call @return: The method info of the call

Input Schema

NameRequiredDescriptionDefault
call_idYes

Input Schema (JSON Schema)

{ "properties": { "call_id": { "title": "Call Id", "type": "string" } }, "required": [ "call_id" ], "title": "get_referenced_method_full_name_by_call_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