Skip to main content
Glama

RAD Security

Official
by rad-security

get_k8s_resource_misconfig

Identify and analyze specific Kubernetes resource misconfigurations by providing cluster and misconfiguration IDs. Part of RAD Security's AI-powered tools for enhancing Kubernetes and cloud environment security.

Instructions

Get detailed information about a specific Kubernetes resource misconfiguration

Input Schema

NameRequiredDescriptionDefault
cluster_idYesID of the cluster to get misconfiguration for
misconfig_idYesID of the misconfiguration to get details for

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "cluster_id": { "description": "ID of the cluster to get misconfiguration for", "type": "string" }, "misconfig_id": { "description": "ID of the misconfiguration to get details for", "type": "string" } }, "required": [ "cluster_id", "misconfig_id" ], "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