list_directory
List directory contents with details, including recursive listing and max depth. Works for any drive, solving file visibility needs.
Instructions
List contents of a directory with detailed information.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Directory path to list. Supports all drives. Example: D:\ or C:\Users | |
| max_depth | No | Maximum depth for recursive listing (default: 2) | |
| recursive | No | Whether to list recursively (default: false) |