Skip to main content
Glama

Panther MCP Server

Official
Apache 2.0
26
  • Apple

get_data_model

Retrieve comprehensive details of a Panther data model, including Python body code and UDM mappings. Requires 'View Rules' permission to access specific data model ID.

Instructions

Get detailed information about a Panther data model, including the mappings and body

Returns complete data model information including Python body code and UDM mappings.

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

Input Schema

NameRequiredDescriptionDefault
data_model_idYesThe ID of the data model to fetch

Input Schema (JSON Schema)

{ "properties": { "data_model_id": { "description": "The ID of the data model to fetch", "examples": [ "MyDataModel", "AWS_CloudTrail", "StandardUser" ], "title": "Data Model Id", "type": "string" } }, "required": [ "data_model_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