Skip to main content
Glama

get_help

Access detailed help information from the Joern MCP Server to assist with code review and security analysis via natural language queries.

Instructions

Get help information from joern server

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • server.py:73-80 (handler)
    The get_help tool handler function, registered via @joern_mcp.tool() decorator. It executes a 'help' query on the Joern server using the joern_remote helper and returns the result or an error message.
    @joern_mcp.tool() def get_help(): """Get help information from joern server""" response = joern_remote('help') if response: return response else: return 'Query Failed'

Latest Blog Posts

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