image_search
Search Docker Hub for public container images by keyword, returning matched image names, descriptions, star counts, and official status. Get image details directly without shell access.
Instructions
Search Docker Hub for public images matching a term.
Searches Docker Hub only — not GHCR, ECR, or other registries. For listing tags on a
specific image from any OCI registry use registry_tags instead.
args: term - Search keyword, e.g. "nginx" or "python" limit - Maximum number of results to return (Docker Hub default is 25) returns: list - Result dicts: {"name", "description", "star_count", "is_official", "is_automated"}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| term | Yes | ||
| limit | No |