Skip to main content
Glama

Binalyze AIR MCP Server

Official
by binalyze
MIT License
618
7
  • Linux
  • Apple

get_policy_match_stats

Analyze endpoint compliance by generating statistics on policy matches based on customizable filters such as name, IP, group, platform, and isolation status.

Instructions

Get statistics on how many endpoints match each policy based on filter criteria

Input Schema

NameRequiredDescriptionDefault
excludedEndpointIdsNoExclude these endpoint IDs
groupFullPathNoFilter assets by full group path
groupIdNoFilter assets by group ID
includedEndpointIdsNoInclude only these endpoint IDs
ipAddressNoFilter assets by IP address
isolationStatusNoFilter assets by isolation status (e.g., ["isolated"])
issueNoFilter assets by issue
managedStatusNoFilter assets by managed status (e.g., ["managed"])
nameNoFilter assets by name
onlineStatusNoFilter assets by online status (e.g., ["online"])
organizationIdsNoOrganization IDs to filter by. Defaults to [0].
platformNoFilter assets by platform (e.g., ["windows"])
policyNoFilter assets by policy name
searchTermNoGeneral search term for filtering assets
tagsNoFilter assets by tags
versionNoFilter assets by agent version

Input Schema (JSON Schema)

{ "properties": { "excludedEndpointIds": { "description": "Exclude these endpoint IDs", "items": { "type": "string" }, "type": "array" }, "groupFullPath": { "description": "Filter assets by full group path", "type": "string" }, "groupId": { "description": "Filter assets by group ID", "type": "string" }, "includedEndpointIds": { "description": "Include only these endpoint IDs", "items": { "type": "string" }, "type": "array" }, "ipAddress": { "description": "Filter assets by IP address", "type": "string" }, "isolationStatus": { "description": "Filter assets by isolation status (e.g., [\"isolated\"])", "items": { "type": "string" }, "type": "array" }, "issue": { "description": "Filter assets by issue", "type": "string" }, "managedStatus": { "description": "Filter assets by managed status (e.g., [\"managed\"])", "items": { "type": "string" }, "type": "array" }, "name": { "description": "Filter assets by name", "type": "string" }, "onlineStatus": { "description": "Filter assets by online status (e.g., [\"online\"])", "items": { "type": "string" }, "type": "array" }, "organizationIds": { "description": "Organization IDs to filter by. Defaults to [0].", "items": { "oneOf": [ { "type": "number" }, { "type": "string" } ] }, "type": "array" }, "platform": { "description": "Filter assets by platform (e.g., [\"windows\"])", "items": { "type": "string" }, "type": "array" }, "policy": { "description": "Filter assets by policy name", "type": "string" }, "searchTerm": { "description": "General search term for filtering assets", "type": "string" }, "tags": { "description": "Filter assets by tags", "items": { "type": "string" }, "type": "array" }, "version": { "description": "Filter assets by agent version", "type": "string" } }, "required": [], "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