You're viewing a demo portfolio

Join the waitlist
PRSM

get_tag_details

Active

Tool of Dockerhub

declared in 0.1.0

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\")."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Dockerhub

https://github.com/pipeworx-io/mcp-dockerhub

1/7 registries
View full server →