list_captures
List RenderDoc capture files in a directory, returning filenames, paths, sizes, and modification times for graphics debugging.
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 | |||