seafile_get_file_info
Retrieve file metadata including size, modification time, and MIME type from Seafile cloud storage by specifying repository ID and file path.
Instructions
Get metadata about a file.
Args:
repo_id: The library/repository ID.
path: The path to the file within the library.
Returns:
FileInfo containing file metadata including size, mtime, and MIME type.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_id | Yes | Library/repository ID | |
| path | Yes | File path within the library |