Skip to main content
Glama
binalyze

Binalyze AIR MCP Server

Official
by binalyze

delete_note_from_case

Remove a specific note from a digital forensics case using case ID and note ID to maintain accurate investigation records.

Instructions

Delete a note from a case by its ID

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
caseIdYesThe ID of the case containing the note (e.g., "C-2022-0002")
noteIdYesThe ID of the note to delete (e.g., "8d9baa16-9aa3-4e4f-a08e-a74341ce2f90")
Behavior2/5

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

No annotations are provided, so the description carries full burden. It states it's a deletion operation, implying it's destructive, but doesn't disclose critical behavioral traits: whether deletion is permanent or reversible, required permissions, side effects (e.g., on case history), or error handling. For a destructive tool with zero annotation coverage, this is a significant gap in transparency.

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, front-loaded sentence with zero waste: 'Delete a note from a case by its ID'. It efficiently conveys the core purpose without unnecessary words, making it easy for an agent to parse quickly.

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?

For a destructive tool with no annotations and no output schema, the description is incomplete. It lacks information on behavioral outcomes (e.g., confirmation of deletion, error responses), prerequisites, or impact. Given the complexity of a deletion operation in a case management context, more context is needed to guide safe and correct usage.

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 descriptions for both parameters (caseId and noteId). The description adds no additional semantic context beyond what's in the schema (e.g., format examples, relationships between parameters). Baseline 3 is appropriate as the schema fully documents parameters, but the description doesn't enhance understanding.

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

Purpose4/5

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

The description clearly states the action ('Delete') and resource ('a note from a case'), specifying it's done 'by its ID'. It distinguishes from siblings like 'update_note_in_case' by focusing on deletion rather than modification. However, it doesn't explicitly differentiate from other deletion tools (e.g., 'delete_organization'), though the resource specificity helps.

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. It doesn't mention prerequisites (e.g., needing case and note IDs), when not to use it (e.g., for bulk deletions), or direct alternatives like 'update_note_in_case' for modifications. The description assumes context but offers no explicit usage rules.

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