Skip to main content
Glama

ORAS MCP Server

by shizhMSFT

list_referrers

Retrieve referrers of a container image or OCI artifact by specifying registry and repository details to analyze associated metadata and dependencies.

Instructions

List referrers of a container image or an OCI artifact.

Input Schema

NameRequiredDescriptionDefault
digestNomanifest digest
registryYesregistry name
repositoryYesrepository name
tagNotag name

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "digest": { "description": "manifest digest", "type": "string" }, "registry": { "description": "registry name", "type": "string" }, "repository": { "description": "repository name", "type": "string" }, "tag": { "description": "tag name", "type": "string" } }, "required": [ "registry", "repository" ], "type": "object" }

You must be authenticated.

Other Tools from ORAS MCP Server

Related Tools

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/shizhMSFT/oras-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server