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