get_case_by_id
Retrieve detailed information about a specific case using its unique ID with the Binalyze AIR MCP Server, enabling precise case management in digital forensics and incident response.
Instructions
Get detailed information about a specific case by its ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | The ID of the case to retrieve |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"description": "The ID of the case to retrieve",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}