get_logs
Retrieve recent logs from a container to debug crashes or inspect application output. Accepts container ID and optional line count for tail.
Instructions
Fetch recent logs from a container. Use this to debug crashes or check application output.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tail | No | Number of log lines to return from the end (default 200) | |
| containerId | Yes | UUID of the container |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| logs | Yes | Recent log output. |