open_case_by_id
Reopen a closed case using its unique ID to resume investigation or analysis with Binalyze AIR MCP Server's digital forensics and incident response capabilities.
Instructions
Open a previously closed case by its ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | The ID of the case to open |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"description": "The ID of the case to open",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}