get_dataset_permissions
Retrieve permissions and ACL details for a specified dataset on TrueNAS Core systems using the MCP server to ensure proper access control and security.
Instructions
Get current permissions and ACL information for a dataset
Args:
dataset: Dataset path (e.g., "tank/data")
Input Schema
Name | Required | Description | Default |
---|---|---|---|
dataset | Yes |
Input Schema (JSON Schema)
{
"properties": {
"dataset": {
"title": "Dataset",
"type": "string"
}
},
"required": [
"dataset"
],
"title": "get_dataset_permissionsArguments",
"type": "object"
}