image_registry_data
Fetch an image's OCI descriptor and platform list without pulling it, using the daemon's distribution endpoint and cached credentials.
Instructions
Get registry data for an image without pulling it, via the daemon's distribution endpoint.
Uses the daemon (and its cached credentials) to resolve the remote descriptor and platform
list. For direct registry access without a daemon use registry_manifest.
Security: auth_config carries registry credentials, which many MCP clients log verbatim. Prefer
docker login on the host so the docker module reuses credentials cached in
~/.docker/config.json, and leave auth_config unset.
args: repository - Image reference auth_config - Optional registry authentication config returns: dict - {"Descriptor", "Platforms"} — the OCI descriptor and the platforms available for the reference
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repository | Yes | ||
| auth_config | No |