image_query
List or inspect Docker images using filters, field selection, and summarization to reduce token consumption.
Instructions
Query Docker images: list all images or inspect a specific image by name or ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image | No | Image name or ID (required for "inspect"). | |
| limit | No | Maximum number of images to return (list only). | |
| action | Yes | Query action: "list" all images or "inspect" a specific image. | |
| fields | No | Specific fields to project (dot-notation supported). Overrides verbose. | |
| fullId | No | Return full 64-char image IDs instead of 12-char truncation. Default: false. | |
| filters | No | List filters. Currently supports: { dangling: boolean }. | |
| verbose | No | Return full image data without summarization. Default: false. |