Skip to main content
Glama

RAD Security

Official
by rad-security

list_network_connection_srcs

Retrieve and filter network connection sources by source and destination workloads using customizable filters, offset, and limit options for precise security insights.

Instructions

List network connection sources with optional filtering by source and destination workloads

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
offsetNoOffset to start the list from
qNoQuery to filter the list of network connection sources

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" }, "offset": { "description": "Offset to start the list from", "type": "number" }, "q": { "description": "Query to filter the list of network connection sources", "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