Skip to main content
Glama

RAD Security

Official
by rad-security

list_network_connections

Track and filter network connections in Kubernetes and cloud environments by source, destination, or cluster ID to monitor and analyze traffic patterns.

Instructions

List network connections with optional filtering

Input Schema

NameRequiredDescriptionDefault
filtersNoFilter string for filtering results.Filter options: source_workload_name, source_workload_namespace, destination_workload_name, destination_workload_namespace, cluster_id. Example: 'source_workload_name:my-workload,destination_workload_name:my-workload,cluster_id:my-cluster'
limitNoLimit the number of items in the list
qNoQuery to filter the list of network connections

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "filters": { "description": "Filter string for filtering results.Filter options: source_workload_name, source_workload_namespace, destination_workload_name, destination_workload_namespace, cluster_id. Example: 'source_workload_name:my-workload,destination_workload_name:my-workload,cluster_id:my-cluster'", "type": "string" }, "limit": { "default": 20, "description": "Limit the number of items in the list", "type": "number" }, "q": { "description": "Query to filter the list of network connections", "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