Skip to main content
Glama

Binalyze AIR MCP Server

Official
by binalyze
MIT License
618
7
  • Linux
  • Apple

create_triage_tag

Generate and assign a triage rule tag for organizing incident response data within Binalyze AIR’s digital forensics platform, using specific organization ID and tag name inputs.

Instructions

Create a new triage rule tag

Input Schema

NameRequiredDescriptionDefault
nameYesName of the tag to create
organizationIdNoOrganization ID to associate the tag with. Defaults to 0.

Input Schema (JSON Schema)

{ "properties": { "name": { "description": "Name of the tag to create", "type": "string" }, "organizationId": { "description": "Organization ID to associate the tag with. Defaults to 0.", "oneOf": [ { "type": "string" }, { "type": "number" } ] } }, "required": [ "name" ], "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