Skip to main content
Glama

RAD Security

Official
by rad-security

list_k8s_resources

Filter and list Kubernetes resources by namespace, resource types, and cluster ID. Access paginated results to efficiently manage and monitor your K8s environment within RAD Security.

Instructions

List Kubernetes resources with optional filtering by namespace, resource types, and cluster

Input Schema

NameRequiredDescriptionDefault
cluster_idNoCluster ID to filter resources
kindsNoList of kinds to filter. Example: ['Deployment', 'ServiceAccount', 'Pod']
namespaceNoNamespace to filter resources
pageNoPage number for pagination
page_sizeNoNumber of items per page

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "cluster_id": { "description": "Cluster ID to filter resources", "type": "string" }, "kinds": { "description": "List of kinds to filter. Example: ['Deployment', 'ServiceAccount', 'Pod']", "items": { "type": "string" }, "type": "array" }, "namespace": { "description": "Namespace to filter resources", "type": "string" }, "page": { "default": 1, "description": "Page number for pagination", "type": "number" }, "page_size": { "default": 20, "description": "Number of items per page", "type": "number" } }, "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