root_folders
List configured root folders and storage details for media management services to organize and monitor library structures.
Instructions
List configured root folders and storage information
Input Schema
Name | Required | Description | Default |
---|---|---|---|
service | Yes |
Input Schema (JSON Schema)
{
"properties": {
"service": {
"type": "string"
}
},
"required": [
"service"
],
"type": "object"
}