Skip to main content
Glama

RAD Security

Official
by rad-security

get_container_llm_analysis

Analyze the process tree of a container using LLM to identify security insights and anomalies in Kubernetes and cloud environments. Input the container ID for detailed assessment.

Instructions

Get LLM analysis of a container's process tree

Input Schema

NameRequiredDescriptionDefault
container_idYesContainer ID to get LLM analysis for

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "container_id": { "description": "Container ID to get LLM analysis 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