network_query
List or inspect Docker networks with support for field selection, limits, and verbosity control.
Instructions
List or inspect Docker networks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of networks to return (list). | |
| action | Yes | List all networks or inspect a single network. | |
| fields | No | Project results to these dot-notation field paths. | |
| network | No | Network name or ID (required for inspect). | |
| verbose | No | Return full detail. Defaults to false (compact summary). |