get_tag_details
ActiveTool of Dockerhub
Get full details for a SPECIFIC image tag, including every platform/architecture it supports (os/arch/variant), per-platform digests and sizes, the multi-arch manifest digest, and push date. PREFER for "does <image>:<tag> have an arm64 build", "what platforms does <image>:<tag> support", "the digest/size of <image>:<tag>", multi-arch verification.
Parameters schema
{
"type": "object",
"required": [
"namespace",
"name",
"tag"
],
"properties": {
"tag": {
"type": "string",
"description": "Tag name (e.g. \"latest\", \"1.27\", \"7.2-alpine\")."
},
"name": {
"type": "string",
"description": "Repository name (e.g. \"nginx\", \"redis\")."
},
"namespace": {
"type": "string",
"description": "Repository namespace (use \"library\" for official images, e.g. \"library\", \"bitnami\")."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Dockerhub
https://github.com/pipeworx-io/mcp-dockerhub
1/7 registries