seafile_get_library_info
Retrieve detailed metadata about a Seafile library using its unique repository ID to access information such as permissions, size, and structure.
Instructions
Get information about a specific library.
Args:
repo_id: The unique identifier of the library.
Returns:
Library object containing detailed library metadata.Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_id | Yes | Library/repository ID |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Unique library identifier | |
| name | Yes | Library name | |
| size | No | Total size in bytes | |
| mtime | No | Last modification timestamp | |
| owner | No | Library owner username | |
| encrypted | No | Whether the library is encrypted | |
| permission | No | User's permission level (r, rw) | r |