Skip to main content
Glama

Joern MCP Server

by sfncat

get_derived_classes_by_class_full_name

Identify derived classes of a specified class by its fully qualified name. Retrieve detailed information including full name, name, and ID for analysis or code review purposes.

Instructions

Get the derived classes of a class

@param class_full_name: The fully qualified name of the class @return: The derived classes info of the class, including the full name, name and id

Input Schema

NameRequiredDescriptionDefault
class_full_nameYes

Input Schema (JSON Schema)

{ "properties": { "class_full_name": { "title": "Class Full Name", "type": "string" } }, "required": [ "class_full_name" ], "title": "get_derived_classes_by_class_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