Skip to main content
Glama

get_containers_process_trees

Retrieve process trees for specified containers to analyze runtime behavior and identify potential security risks in Kubernetes and cloud environments.

Instructions

Get process trees for multiple containers

Input Schema

NameRequiredDescriptionDefault
container_idsYesList of container IDs to get process trees for
processes_limitNoLimit the number of processes to get

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "container_ids": { "description": "List of container IDs to get process trees for", "items": { "type": "string" }, "type": "array" }, "processes_limit": { "default": 1000, "description": "Limit the number of processes to get", "type": "number" } }, "required": [ "container_ids" ], "type": "object" }

Latest Blog Posts

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