Skip to main content
Glama
vectra-ai-research

Vectra AI MCP Server

get_detection_count

Count security detections in Vectra AI by applying filters like date range, category, state, IP address, or key asset targeting to analyze threat data.

Instructions

Get the total count of detections matching the specified criteria. Returns: str: Count of detections matching the criteria.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
start_dateNoFilter by start date (YYYY-MM-DDTHH:MM:SS)
end_dateNoFilter by end date (YYYY-MM-DDTHH:MM:SS)
detection_categoryNoFilter by detection category
stateNoFilter by detection state (active, inactive, fixed, filteredbyai, filteredbyrule). Default is 'active' which returns only currently active detections.active
detection_nameNoFilter by detection name. Can also perform partial word match
src_ipNoFilter by source IP address of the host that generated the detection.
is_targeting_key_assetNoFilter for detections targeting a key asset. Defaults to 'False'. Set to 'True' to filter for detections that are targeting key assets. To get all detections regardless of key asset targeting, search for both True and False values.

Latest Blog Posts

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/vectra-ai-research/vectra-ai-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server