get_file_info
Retrieve detailed metadata about a file or folder stored in Proton Drive, including path, type, and other attributes, using the Model Context Protocol server.
Instructions
Get information about a file or folder
Input Schema
Name | Required | Description | Default |
---|---|---|---|
path | Yes | Path to the file or folder |
Input Schema (JSON Schema)
{
"properties": {
"path": {
"description": "Path to the file or folder",
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
}