get_docker_system_snapshot
Retrieves a combined Docker snapshot covering containers, images, running stats, disk usage, and networks. Read-only via the Docker API; partial failures are reported in an errors field.
Instructions
Returns a combined Docker snapshot: containers, images, running stats, disk usage, and networks. Read-only via the Docker API. Per-part failures land in the errors field; the call still succeeds. Heaviest Docker call - prefer narrower get_docker_* tools for a specific question.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| info | Yes | ||
| stats | Yes | ||
| errors | No | ||
| disk_usage | Yes |