get_asset_tasks_by_id
Retrieve all tasks linked to a specific asset using its ID for streamlined digital forensics and incident response analysis with Binalyze AIR MCP Server.
Instructions
Get all tasks associated with a specific asset by its ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | The ID of the asset to retrieve tasks for |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"description": "The ID of the asset to retrieve tasks for",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}