Skip to main content
Glama

RAD Security

Official
by rad-security

get_cloud_resource_details

Retrieve comprehensive details about a specific cloud resource by specifying the provider, resource type, and ID. Part of RAD Security’s MCP server for enhanced cloud environment insights.

Instructions

Get detailed information about a specific cloud resource

Input Schema

NameRequiredDescriptionDefault
providerYesCloud provider (aws, gcp, azure, linode)
resource_idYesID of the cloud resource
resource_typeYesType of cloud resource (to be fetched from get_cloud_resource_facet_values or from list_cloud_resources)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "provider": { "description": "Cloud provider (aws, gcp, azure, linode)", "enum": [ "aws", "gcp", "azure", "linode" ], "type": "string" }, "resource_id": { "description": "ID of the cloud resource", "type": "string" }, "resource_type": { "description": "Type of cloud resource (to be fetched from get_cloud_resource_facet_values or from list_cloud_resources)", "type": "string" } }, "required": [ "provider", "resource_type", "resource_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