list_logs
List configured log files to discover available paths and metadata such as size, last modified time, and line count. Use this to identify which log file to read or search.
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 | |||