Skip to main content
Glama

RAD Security

Official
by rad-security

list_cloud_resources

List and filter cloud resources across AWS, GCP, Azure, and Linode for security insights with pagination and search capabilities. Integrates with RAD Security for Kubernetes and cloud environment analysis.

Instructions

List cloud resources for a specific provider with optional filtering

Input Schema

NameRequiredDescriptionDefault
filtersNoFilter string (e.g., 'resource_type:EC2NetworkInterface,resource_type:SQSQueue,aws_account:123456789012,compliance:not_compliant')
limitNoMaximum number of results to return
offsetNoPagination offset. Default: 0
providerYesCloud provider (aws, gcp, azure, linode)
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., 'resource_type:EC2NetworkInterface,resource_type:SQSQueue,aws_account:123456789012,compliance:not_compliant')", "type": "string" }, "limit": { "default": 20, "description": "Maximum number of results to return", "type": "number" }, "offset": { "description": "Pagination offset. Default: 0", "type": "number" }, "provider": { "description": "Cloud provider (aws, gcp, azure, linode)", "enum": [ "aws", "gcp", "azure", "linode" ], "type": "string" }, "q": { "description": "Free text search query", "type": "string" } }, "required": [ "provider" ], "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