Skip to main content
Glama

RAD Security

Official
by rad-security

list_threat_vectors

Identify and retrieve threat vectors in Kubernetes clusters and namespaces using resource UID. Manage results with pagination for efficient threat analysis.

Instructions

List threat vectors

Input Schema

NameRequiredDescriptionDefault
clustersIdsNoCluster ids to check for threat vectors
namespacesNoNamespaces to check for threat vectors
pageNoPage number to retrieve
page_sizeNoNumber of items per page
resource_uidNoThreat vector associated with this resource

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "clustersIds": { "description": "Cluster ids to check for threat vectors", "items": { "type": "string" }, "type": "array" }, "namespaces": { "description": "Namespaces to check for threat vectors", "items": { "type": "string" }, "type": "array" }, "page": { "default": 1, "description": "Page number to retrieve", "type": "number" }, "page_size": { "default": 20, "description": "Number of items per page", "type": "number" }, "resource_uid": { "description": "Threat vector associated with this resource", "type": "string" } }, "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