Skip to main content
Glama

Binalyze AIR MCP Server

Official
by binalyze
MIT License
618
7
  • Linux
  • Apple

update_case

Modify case details by updating its ID, name, owner, visibility, assigned users, status, or notes to manage investigations efficiently within the Binalyze AIR MCP Server.

Instructions

Update an existing case by ID

Input Schema

NameRequiredDescriptionDefault
assignedUserIdsNoNew array of user IDs to assign to the case
idYesID of the case to update
nameNoNew name for the case
notesNoNew notes for the case
ownerUserIdNoNew owner user ID for the case
statusNoNew status for the case
visibilityNoNew visibility setting for the case

Input Schema (JSON Schema)

{ "properties": { "assignedUserIds": { "description": "New array of user IDs to assign to the case", "items": { "type": "string" }, "type": "array" }, "id": { "description": "ID of the case to update", "type": "string" }, "name": { "description": "New name for the case", "type": "string" }, "notes": { "description": "New notes for the case", "items": { "type": "object" }, "type": "array" }, "ownerUserId": { "description": "New owner user ID for the case", "type": "string" }, "status": { "description": "New status for the case", "enum": [ "open", "closed", "archived" ], "type": "string" }, "visibility": { "description": "New visibility setting for the case", "type": "string" } }, "required": [ "id" ], "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