list_files
Explore Jupyter server file systems by listing files and directories recursively. Use to navigate structure or locate specific items with customizable depth, pagination, and pattern filtering.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | The starting path to list from (empty string means root directory) | |
| max_depth | No | Maximum depth to recurse into subdirectories | |
| start_index | No | Starting index for pagination (0-based) | |
| limit | No | Maximum number of items to return (0 means no limit) | |
| pattern | No | Glob pattern to filter file paths |