list_logs
Discover all log files available on the server. Returns an array of file entries with paths, sizes, and line counts ordered by path.
Instructions
List all log files the server has been configured to expose. Returns an array of file entries ordered by path.
When to use
Call this first to discover which log files are available before calling read_log, search_log, or log_info. If you do not know the exact path of a log file, always call list_logs first.
Response
Array of objects, each with:
path— absolute path on the serversize_bytes— file size in byteslast_modified— last-modified timestamp (RFC3339)line_count— total number of linesreadable— whether the file is accessible by the server process
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||