tool_list_logs
List and view evaluation log files with metadata including task name, model, status, and sample count to analyze UK Government BEIS inspect_ai evaluations.
Instructions
List available evaluation log files with metadata.
Lists all .eval log files in the specified directory, sorted by date (newest first). Returns task name, model, status, sample count, and other metadata for each log.
Args: log_dir: Directory containing log files. Defaults to INSPECT_LOG_DIR env var or ./logs limit: Maximum number of logs to return (default: INSPECT_LOGS_MCP_DEFAULT_LIMIT or 50, max: INSPECT_LOGS_MCP_MAX_LIMIT or 500) offset: Number of logs to skip for pagination (default: 0)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| log_dir | No | ||
| limit | No | ||
| offset | No |