Skip to main content
Glama

RAD Security

Official
by rad-security

list_http_requests

Analyze HTTP requests with filtering by method, path, PII detection, and workloads to enhance security insights in Kubernetes and cloud environments.

Instructions

List HTTP requests insights with optional filtering by method, path, source and destination workloads, and PII detection

Input Schema

NameRequiredDescriptionDefault
filtersNoFilter string for filtering results. Filter options: method, path, cluster_id, scheme, source_workload_name, source_workload_namespace, destination_workload_name, destination_workload_namespace,has_pii. Example: 'method:GET,path:/api/v1/users,scheme:https,source_workload_name:my-workload,source_workload_namespace:my-namespace,destination_workload_name:my-workload,destination_workload_namespace:my-namespace,has_pii:true'
limitNoLimit the number of items in the list
offsetNoOffset to start the list from
qNoQuery to filter the list of HTTP requests

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "filters": { "description": "Filter string for filtering results. Filter options: method, path, cluster_id, scheme, source_workload_name, source_workload_namespace, destination_workload_name, destination_workload_namespace,has_pii. Example: 'method:GET,path:/api/v1/users,scheme:https,source_workload_name:my-workload,source_workload_namespace:my-namespace,destination_workload_name:my-workload,destination_workload_namespace:my-namespace,has_pii:true'", "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 HTTP requests", "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