list_files
Recursively list files and directories to explore the Jupyter server's file system structure or locate specific files.
Instructions
List all files and directories recursively in the Jupyter server's file system. Used to explore the file system structure of the Jupyter server or to find specific files or directories.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | The starting path to list from (empty string means root directory) | |
| limit | No | Maximum number of items to return (0 means no limit) | |
| pattern | No | Glob pattern to filter file paths | |
| max_depth | No | Maximum depth to recurse into subdirectories | |
| start_index | No | Starting index for pagination (0-based) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | Tab-separated table with columns: Path, Type, Size, Last_Modified. Includes pagination info header. |