Skip to main content
Glama
binalyze

Binalyze AIR MCP Server

Official
by binalyze

import_task_assignments_to_case

Add existing task assignments to a digital forensics case to organize investigation workflows and manage evidence collection.

Instructions

Import task assignments to a specific case

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
caseIdYesID of the case to import task assignments to
taskAssignmentIdsYesArray of task assignment IDs to import to the case
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden of behavioral disclosure. 'Import' implies a write operation that likely modifies data, but the description doesn't specify permissions needed, side effects (e.g., overwriting existing assignments), or error handling. It misses details like whether it's idempotent or if it affects case status, leaving significant gaps for a mutation tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, efficient sentence with zero waste—'Import task assignments to a specific case'—front-loading the core action and target. It's appropriately sized for the tool's complexity, avoiding unnecessary elaboration while clearly stating the purpose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (a mutation operation with 2 parameters), lack of annotations, and no output schema, the description is incomplete. It doesn't explain what 'import' does behaviorally, potential outcomes, or error conditions. For a tool that likely alters data, more context on effects and usage is needed to be fully helpful.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, with clear parameter descriptions: 'caseId' as the target case ID and 'taskAssignmentIds' as an array of IDs to import. The description adds no additional meaning beyond the schema, such as format examples or constraints. With high schema coverage, the baseline is 3, as the schema adequately documents parameters without extra value from the description.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Import task assignments to a specific case' clearly states the action (import) and target (task assignments to a case), but it's somewhat vague about what 'import' entails—does it copy, link, or reassign? It doesn't differentiate from siblings like 'assign_triage_task' or 'remove_task_assignment_from_case', which involve task assignments but with different operations.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool versus alternatives. Sibling tools like 'assign_triage_task' or 'remove_task_assignment_from_case' suggest other ways to handle task assignments, but the description doesn't clarify if this is for bulk operations, specific contexts, or prerequisites. It lacks explicit when/when-not instructions or named alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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