Container logs
container_logsFetch the most recent log lines from a container by ID or name, with an optional tail parameter to control line count.
Instructions
Fetch the most recent log lines from a container (default: last 100). The tail is applied server-side via the CLI -n flag.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Container ID or name | |
| tail | No | Number of lines (default 100) |