Skip to main content
Glama

Binalyze AIR MCP Server

Official
by binalyze
MIT License
618
7
  • Linux
  • Apple

delete_note_from_case

Remove a specific note from a case by providing the case ID and note ID. Maintains case organization in digital forensics and incident response workflows.

Instructions

Delete a note from a case by its ID

Input 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")

Input Schema (JSON Schema)

{ "properties": { "caseId": { "description": "The ID of the case containing the note (e.g., \"C-2022-0002\")", "type": "string" }, "noteId": { "description": "The ID of the note to delete (e.g., \"8d9baa16-9aa3-4e4f-a08e-a74341ce2f90\")", "type": "string" } }, "required": [ "caseId", "noteId" ], "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