Skip to main content
Glama

RAD Security

Official
by rad-security

get_cloud_resource_facet_value

Retrieve specific facet values from cloud providers (AWS, GCP, Azure, Linode) for detailed security insights and resource analysis in RAD Security's AI-powered MCP server.

Instructions

Get values for a specific facet from a cloud provider

Input Schema

NameRequiredDescriptionDefault
facet_idYesID of the facet
providerYesCloud provider (aws, gcp, azure, linode)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "facet_id": { "description": "ID of the facet", "type": "string" }, "provider": { "description": "Cloud provider (aws, gcp, azure, linode)", "enum": [ "aws", "gcp", "azure", "linode" ], "type": "string" } }, "required": [ "provider", "facet_id" ], "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