volume_query
List Docker volumes with filters and field selection, or inspect a specific volume by name.
Instructions
List or inspect Docker volumes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of volumes to return (list). | |
| action | Yes | List all volumes or inspect a single volume. | |
| fields | No | Project results to these dot-notation field paths (e.g. ["Name","Driver"]). | |
| volume | No | Volume name (required for inspect). | |
| filters | No | List filters. | |
| verbose | No | Return full detail. Defaults to false (compact summary). |