Skip to main content
Glama

Panther MCP Server

Official
Apache 2.0
26
  • Apple

list_data_models

Retrieve and paginate all data models from Panther MCP Server to map log type schema fields to a unified structure, enabling custom field mappings for Python rule creation.

Instructions

List all data models from your Panther instance. Data models are used only in Panther's Python rules to map log type schema fields to a unified data model. They may also contain custom mappings for fields that are not part of the log type schema.

Returns paginated list of data models with metadata including mappings and log types.

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

Input Schema

NameRequiredDescriptionDefault
cursorNoOptional cursor for pagination from a previous query
limitNoMaximum number of results to return (1-1000)

Input Schema (JSON Schema)

{ "properties": { "cursor": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Optional cursor for pagination from a previous query", "title": "Cursor" }, "limit": { "default": 100, "description": "Maximum number of results to return (1-1000)", "examples": [ 100, 25, 50 ], "maximum": 1000, "minimum": 1, "title": "Limit", "type": "integer" } }, "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