Skip to main content
Glama

RAD Security

Official
by rad-security

get_container_details

Retrieve detailed information about a specific container secured by RAD Security, including its ID, to monitor and analyze its security status in Kubernetes and cloud environments.

Instructions

Get detailed information about a container secured by RAD Security

Input Schema

NameRequiredDescriptionDefault
container_idYesID of the container to get details for

Input Schema (JSON Schema)

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