container_logs_tool
Fetch logs from a Podman container by name or ID. Optionally limit to recent lines, filter by timestamp, and include timestamps.
Instructions
Get container logs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Container name or ID | |
| tail | No | Number of lines from the end of the logs | |
| since | No | Show logs since timestamp (e.g. "2024-01-01T00:00:00Z") | |
| timestamps | No | Add timestamps to each log line |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||