Skip to main content
Glama

Binalyze AIR MCP Server

Official
by binalyze
MIT License
54
7
  • Linux
  • Apple

update_triage_rule

Modify an existing triage rule by ID to update its description, YARA rule content, search location, or associated organization IDs in Binalyze AIR MCP Server.

Instructions

Update an existing triage rule by ID

Input Schema

NameRequiredDescriptionDefault
descriptionYesA descriptive name for the triage rule
idYesID of the triage rule to update
organizationIdsNoOrganization IDs to associate with this rule. Defaults to [0]
ruleYesThe YARA rule content
searchInYesWhere to search, e.g., "filesystem"

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "A descriptive name for the triage rule", "type": "string" }, "id": { "description": "ID of the triage rule to update", "type": "string" }, "organizationIds": { "description": "Organization IDs to associate with this rule. Defaults to [0]", "items": { "oneOf": [ { "type": "number" }, { "type": "string" } ] }, "type": "array" }, "rule": { "description": "The YARA rule content", "type": "string" }, "searchIn": { "description": "Where to search, e.g., \"filesystem\"", "type": "string" } }, "required": [ "id", "description", "rule", "searchIn" ], "type": "object" }

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