list_files
Access and display files and folders stored in Proton Drive by specifying a directory path, enabling organized file management and retrieval.
Instructions
List files and folders in Proton Drive
Input Schema
Name | Required | Description | Default |
---|---|---|---|
path | No | Path relative to Proton Drive root (e.g., "Documents" or "Projects/2024") |
Input Schema (JSON Schema)
{
"properties": {
"path": {
"description": "Path relative to Proton Drive root (e.g., \"Documents\" or \"Projects/2024\")",
"type": "string"
}
},
"type": "object"
}