Skip to main content
Glama

RAD Security

Official
by rad-security

list_security_findings

Identify and filter security findings by type, severity, source, and status to assess risks in Kubernetes and cloud environments. Customize results with time ranges and specific criteria for targeted analysis.

Instructions

List security findings with optional filtering by types, severities, sources, and status

Input Schema

NameRequiredDescriptionDefault
from_timeNoFrom time in RFC3339 or relative format, i.e. now-7dnow-7d
limitNoNumber of findings to return
severitiesNoList of severity levels to filter by
source_kindsNoList of source kinds to filter by. i.e. Deployment,Pod,Container,Node,etc.
source_namesNoList of source names to filter by
source_namespacesNoList of source namespaces to filter by
source_typesNoList of source types to filter by
statusNoStatus of the findings to filter byopen
to_timeNoTo time in RFC3339 or relative format, i.e. now-7d
typesNoList of finding types to filter by

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "from_time": { "default": "now-7d", "description": "From time in RFC3339 or relative format, i.e. now-7d", "type": "string" }, "limit": { "default": 20, "description": "Number of findings to return", "type": "number" }, "severities": { "description": "List of severity levels to filter by", "items": { "enum": [ "negligible", "low", "medium", "high", "critical" ], "type": "string" }, "type": "array" }, "source_kinds": { "description": "List of source kinds to filter by. i.e. Deployment,Pod,Container,Node,etc.", "items": { "type": "string" }, "type": "array" }, "source_names": { "description": "List of source names to filter by", "items": { "type": "string" }, "type": "array" }, "source_namespaces": { "description": "List of source namespaces to filter by", "items": { "type": "string" }, "type": "array" }, "source_types": { "description": "List of source types to filter by", "items": { "enum": [ "kubeobject", "k8s_audit_log", "container" ], "type": "string" }, "type": "array" }, "status": { "default": "open", "description": "Status of the findings to filter by", "enum": [ "open", "closed", "ignored" ], "type": "string" }, "to_time": { "description": "To time in RFC3339 or relative format, i.e. now-7d", "type": "string" }, "types": { "description": "List of finding types to filter by", "items": { "enum": [ "k8s_misconfiguration", "threat_vector", "runtime_alert", "k8s_audit_logs_anomaly" ], "type": "string" }, "type": "array" } }, "type": "object" }

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/rad-security/mcp-server'

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