Skip to main content
Glama

Binalyze AIR MCP Server

Official
by binalyze
MIT License
54
7
  • Linux
  • Apple

assign_isolation_task

Isolate or unisolate specific endpoints by assigning isolation tasks, using endpoint IDs and optional organization filters, managed by the Binalyze AIR MCP Server.

Instructions

Assign an isolation task to specific endpoints

Input Schema

NameRequiredDescriptionDefault
enabledNoWhether to enable (isolate) or disable (unisolate) isolation. Defaults to true.
endpointIdsYesEndpoint ID(s) to isolate or unisolate. Can be a single ID or an array of IDs.
managedStatusNoFilter endpoints by managed status. Default is ["managed"].
organizationIdsNoOrganization ID(s) to filter endpoints by. Defaults to 0.

Input Schema (JSON Schema)

{ "properties": { "enabled": { "description": "Whether to enable (isolate) or disable (unisolate) isolation. Defaults to true.", "type": "boolean" }, "endpointIds": { "description": "Endpoint ID(s) to isolate or unisolate. Can be a single ID or an array of IDs.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "managedStatus": { "description": "Filter endpoints by managed status. Default is [\"managed\"].", "items": { "type": "string" }, "type": "array" }, "organizationIds": { "description": "Organization ID(s) to filter endpoints by. Defaults to 0.", "oneOf": [ { "type": "number" }, { "type": "string" }, { "items": { "oneOf": [ { "type": "number" }, { "type": "string" } ] }, "type": "array" } ] } }, "required": [ "endpointIds" ], "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