get_tags
ActiveTool 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)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Dockerhub
https://github.com/pipeworx-io/mcp-dockerhub
1/7 registries