image_search
Find public Docker Hub images by keyword. Get names, descriptions, star counts, and official status to choose the right base image for your project.
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 |