Skip to main content
Glama

ORAS MCP Server

by shizhMSFT

fetch_blob

Retrieve a specific blob by its digest from a container registry, using registry name and repository details. Facilitates efficient access to container image components.

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" }

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