list_captures
List RenderDoc capture files (.rdc) in a directory and retrieve file metadata including filename, path, size, and modification time.
Instructions
List all RenderDoc capture files (.rdc) in the specified directory.
Args: directory: The directory path to search for capture files
Returns a list of capture files with their metadata including:
filename: The capture file name
path: Full path to the file
size_bytes: File size in bytes
modified_time: Last modified timestamp (ISO format)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| directory | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||