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
Name | Required | Description | Default |
---|---|---|---|
cursor | No | Optional cursor for pagination from a previous query | |
limit | No | Maximum number of results to return (1-1000) |