Skip to main content
Glama

RAD Security

Official
by rad-security

get_image_sbom

Generate a Software Bill of Materials (SBOM) for container images to identify components and dependencies, enhancing security insights in Kubernetes and cloud environments.

Instructions

Get the SBOM of a container image

Input Schema

NameRequiredDescriptionDefault
digestYesImage digest (required for SBOM)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "digest": { "description": "Image digest (required for SBOM)", "type": "string" } }, "required": [ "digest" ], "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