batch_image_stats
Retrieve pull counts, stars, and status for up to 100 Docker Hub images in parallel by passing a list of image names.
Instructions
Batch lookup metadata for up to 100 Docker Hub images in parallel. Pass a list of image names (e.g. ['nginx', 'python', 'grafana/grafana']). Returns a summary table with pulls, stars, and status for each.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| images | Yes | List of Docker image names (max 100). |