List Files in Directory
file_organizer_list_filesList files in a directory to see names and paths. Get a quick overview of folder contents without scanning subdirectories.
Instructions
List all files in a directory with basic information. Returns file names and paths. Does not recurse into subdirectories.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max items to return | |
| offset | No | Items to skip | |
| directory | Yes | Full path to the directory | |
| response_format | No | markdown |