Skip to main content
Glama

Panther MCP Server

Official
Apache 2.0
26
  • Apple

list_global_helpers

Retrieve and paginate global helper functions from a Panther instance, including metadata and code, to streamline rule and policy creation across detections. Requires 'View Rules' permission.

Instructions

List all global helpers from your Panther instance. Global helpers are shared Python functions that can be used across multiple rules, policies, and other detections.

Returns paginated list of global helpers with metadata including descriptions and code.

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

Input Schema

NameRequiredDescriptionDefault
created_byNoFilter by creator user ID or actor ID
cursorNoOptional cursor for pagination from a previous query
last_modified_byNoFilter by last modifier user ID or actor ID
limitNoMaximum number of results to return (1-1000)
name_containsNoCase-insensitive substring to search for in the global's name

Input Schema (JSON Schema)

{ "properties": { "created_by": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Filter by creator user ID or actor ID", "examples": [ "user-123", "john.doe@company.com" ], "title": "Created By" }, "cursor": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Optional cursor for pagination from a previous query", "title": "Cursor" }, "last_modified_by": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Filter by last modifier user ID or actor ID", "examples": [ "user-456", "jane.smith@company.com" ], "title": "Last Modified By" }, "limit": { "default": 100, "description": "Maximum number of results to return (1-1000)", "examples": [ 100, 25, 50 ], "maximum": 1000, "minimum": 1, "title": "Limit", "type": "integer" }, "name_contains": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Case-insensitive substring to search for in the global's name", "examples": [ "aws", "crowdstrike", "utility" ], "title": "Name Contains" } }, "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