container_list_tool
List running containers from Podman, with optional filters and limit, and an option to include stopped containers.
Instructions
List containers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of containers to return | |
| filters | No | Filter by key/value pairs (e.g. {"name": ["myapp"]}) | |
| all_containers | No | Show all containers (default shows only running) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||