Skip to main content
Glama

RAD Security

Official
by rad-security

get_k8s_resource_details

Retrieve the latest manifest of a Kubernetes resource by specifying the cluster ID and resource UID. Integrates with RAD Security for streamlined resource insights and management.

Instructions

Get the latest manifest of a Kubernetes resource

Input Schema

NameRequiredDescriptionDefault
cluster_idYesID of the Kubernetes cluster
resource_uidYesResource UID to get the details for

Input Schema (JSON Schema)

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