Skip to main content
Glama

RAD Security

Official
by rad-security

list_containers

Retrieve and filter containers managed by RAD Security using parameters like image name, digest, namespace, or cluster ID for targeted insights.

Instructions

List containers secured by RAD Security with optional filtering by image name, image digest, namespace, cluster_id, or free text search

Input Schema

NameRequiredDescriptionDefault
filtersNoFilter string (e.g., 'image_name:nginx' or 'image_digest:sha256:...' or 'owner_namespace:namespace' or 'cluster_id:cluster_id'). Multiple filters can be combined with commas.
limitNoMaximum number of results to return. Default: 20
offsetNoPagination offset. Default: 0
qNoFree text search query

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "filters": { "description": "Filter string (e.g., 'image_name:nginx' or 'image_digest:sha256:...' or 'owner_namespace:namespace' or 'cluster_id:cluster_id'). Multiple filters can be combined with commas.", "type": "string" }, "limit": { "description": "Maximum number of results to return. Default: 20", "type": "number" }, "offset": { "description": "Pagination offset. Default: 0", "type": "number" }, "q": { "description": "Free text search query", "type": "string" } }, "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