Skip to main content
Glama

ORAS MCP Server

by shizhMSFT

fetch_blob

Retrieve a specific blob from a container registry using its digest in a manifest. Specify the registry, repository, and digest to fetch the desired blob.

Instructions

Fetch blob referenced by a digest in a manifest.

Input Schema

NameRequiredDescriptionDefault
digestYesblob digest
registryYesregistry name
repositoryYesrepository name

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "digest": { "description": "blob digest", "type": "string" }, "registry": { "description": "registry name", "type": "string" }, "repository": { "description": "repository name", "type": "string" } }, "required": [ "registry", "repository", "digest" ], "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