Skip to main content
Glama

Binalyze AIR MCP Server

Official
by binalyze
MIT License
54
7
  • Linux
  • Apple

update_policy_priorities

Modify the priority order of policies by specifying an ordered list of policy IDs, ensuring higher priority for critical policies within selected organizations.

Instructions

Update the priority order of policies

Input Schema

NameRequiredDescriptionDefault
idsYesOrdered list of policy IDs that defines their priority (first has highest priority)
organizationIdsNoOrganization IDs to associate with priority update. Defaults to [0].

Input Schema (JSON Schema)

{ "properties": { "ids": { "description": "Ordered list of policy IDs that defines their priority (first has highest priority)", "items": { "type": "string" }, "type": "array" }, "organizationIds": { "description": "Organization IDs to associate with priority update. Defaults to [0].", "oneOf": [ { "items": { "type": "number" }, "type": "array" }, { "items": { "type": "string" }, "type": "array" }, { "type": "number" }, { "type": "string" } ] } }, "required": [ "ids" ], "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