You're viewing a demo portfolio

Join the waitlist
PRSM

get_image

Active

Tool of Dockerhub

declared in 0.1.0

Get detailed metadata for a Docker Hub repository: description, pull count, stars, last updated date, and official status. Use before pulling an image to verify quality and currency.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "name": "nginx",
      "namespace": "library"
    },
    {
      "name": "redis",
      "namespace": "bitnami"
    }
  ],
  "required": [
    "namespace",
    "name"
  ],
  "properties": {
    "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 →