Skip to content

M3-2: Container Health Listing

Description

Create list_containers_with_health tool for comprehensive container status.

Endpoint

POST /api/v1/tools/list_containers_with_health

Parameters

  • include_stopped (boolean): Include stopped containers

Response Structure (from PRD)

Includes per container: id, name, status, health, uptime, restart_count, resources (CPU%, memory MB, network RX/TX), mounts, network mode, ports, plus summary statistics.

Estimated Effort

1 day