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