read_dir
Lists files in a directory with detailed information. Can access directories outside the project root when user explicitly approves.
Instructions
Liệt kê danh sách file trong thư mục với thông tin chi tiết.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dirPath | No | Directory path | . |
| allow_external_access | No | Set to true to allow reading directories outside the project root. User must explicitly approve this action. |