Skip to main content
Glama

Binalyze AIR MCP Server

Official
by binalyze
MIT License
618
7
  • Linux
  • Apple

import_task_assignments_to_case

Transfer task assignments to a specified case by providing the case ID and an array of task assignment IDs, streamlining workflow in digital forensics and incident response.

Instructions

Import task assignments to a specific case

Input Schema

NameRequiredDescriptionDefault
caseIdYesID of the case to import task assignments to
taskAssignmentIdsYesArray of task assignment IDs to import to the case

Input Schema (JSON Schema)

{ "properties": { "caseId": { "description": "ID of the case to import task assignments to", "type": "string" }, "taskAssignmentIds": { "description": "Array of task assignment IDs to import to the case", "items": { "type": "string" }, "type": "array" } }, "required": [ "caseId", "taskAssignmentIds" ], "type": "object" }
Install Server

Other Tools from Binalyze AIR MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/binalyze/air-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server