get_image_stats
Retrieve Docker Hub image metadata including pull count, stars, description, official status, and last update. Simplifies image name handling by auto-prefixing 'library/'.
Instructions
Fetch metadata for a single Docker Hub image. Accepts both 'library/nginx' and 'nginx' (auto-prepends 'library/') formats. Returns pulls, stars, description, official/verified status, last updated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image | Yes | Docker image name: 'nginx', 'python', 'grafana/grafana', etc. |