list_e_discovery_patterns
Retrieve all e-discovery patterns for file type detection in Binalyze AIR MCP Server, enabling precise identification of digital content for forensic analysis.
Instructions
List all e-discovery patterns for file type detection
Input Schema
Name | Required | Description | Default |
---|---|---|---|
random_string | Yes | Dummy parameter for no-parameter tools |
Input Schema (JSON Schema)
{
"properties": {
"random_string": {
"description": "Dummy parameter for no-parameter tools",
"type": "string"
}
},
"required": [
"random_string"
],
"type": "object"
}