Skip to main content
Glama

Panther MCP Server

Official
Apache 2.0
26
  • Apple

get_global_helper

Retrieve comprehensive details of a global helper by its ID, including Python code and usage information. Requires 'View Rules' permissions for access.

Instructions

Get detailed information about a Panther global helper by ID

Returns complete global helper information including Python body code and usage details.

Permissions:{'all_of': ['View Rules']}

Input Schema

NameRequiredDescriptionDefault
helper_idYesThe ID of the global helper to fetch

Input Schema (JSON Schema)

{ "properties": { "helper_id": { "description": "The ID of the global helper to fetch", "examples": [ "MyGlobalHelper", "AWSUtilities", "CrowdStrikeHelpers" ], "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