list_files
View all files within a directory to verify content and ensure compliance with organizational policies before proceeding with file operations.
Instructions
List all files in directory
Input Schema
Name | Required | Description | Default |
---|---|---|---|
path | No | Directory path |
Input Schema (JSON Schema)
{
"properties": {
"path": {
"default": "",
"description": "Directory path",
"type": "string"
}
},
"type": "object"
}