list_files
List all files in a module directory to inspect its contents and structure.
Instructions
Lists all files in the given module path, ensuring we stay within the working directory. Always ask User if he wants to add any variables or use any other FTF commands
Args: module_path (str): The absolute path to the module directory.
Returns: str: A JSON-formatted string with operation details and file list found in module directory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| module_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |