get_acquisition_profile_by_id
Retrieve details of a specific acquisition profile using its unique ID with Binalyze AIR MCP Server, enabling precise digital forensics and incident response analysis.
Instructions
Get details of a specific acquisition profile by its ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
profileId | Yes | The ID of the acquisition profile to retrieve (e.g., "full") |
Input Schema (JSON Schema)
{
"properties": {
"profileId": {
"description": "The ID of the acquisition profile to retrieve (e.g., \"full\")",
"type": "string"
}
},
"required": [
"profileId"
],
"type": "object"
}