You're viewing a demo portfolio

Join the waitlist
PRSM

get_tags

Active

Tool of Dockerhub

declared in 0.1.0

List available tags for a Docker image sorted by recency. Returns tag name, digest, size, and push date. Use to find and select specific versions to pull.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "name": "postgres",
      "namespace": "library"
    },
    {
      "name": "node",
      "limit": 50,
      "namespace": "library"
    }
  ],
  "required": [
    "namespace",
    "name"
  ],
  "properties": {
    "name": {
      "type": "string",
      "description": "Repository name"
    },
    "limit": {
      "type": "number",
      "description": "Number of tags to return (default 20, max 100)"
    },
    "namespace": {
      "type": "string",
      "description": "Repository namespace (use \"library\" for official images)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Dockerhub

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

1/7 registries
View full server →