hub_repo_info
Fetch Docker Hub metadata for any public repository, including star count, pull count, description, and last updated. Use this to inspect repository details without needing local Docker access.
Instructions
Fetch Docker Hub metadata for a repository.
Public repos only: sends no auth and does NOT read the local Docker credential store;
private repos return 404/401. Hub-only metadata (stars, pulls, description) — use
registry_tags for tag lists on any OCI registry and hub_tags for Hub tag details.
args: repository - Hub repository, e.g. "library/alpine" or "myorg/myimage" returns: dict - The Hub /v2/repositories// response (description, star_count, pull_count, last_updated, is_private, etc.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repository | Yes |