Skip to main content
Glama

Panther MCP Server

Official
Apache 2.0
16
  • Apple

get_global_helper_by_id

Retrieve Python code and details of a global helper by its ID using Panther MCP Server. Input the helper’s ID to fetch its description and code for security monitoring tasks.

Instructions

Get detailed information about a Panther global helper by ID

Args: helper_id: The ID of the global helper to fetch Returns: Dict containing: - id: Global helper ID - body: Python code for the global helper - description: Description of the global helper

Input Schema

NameRequiredDescriptionDefault
helper_idYes

Input Schema (JSON Schema)

{ "properties": { "helper_id": { "title": "Helper Id", "type": "string" } }, "required": [ "helper_id" ], "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/panther-labs/mcp-panther'

If you have feedback or need assistance with the MCP directory API, please join our Discord server