get_pool_status
Retrieve the detailed status of a specific storage pool on the TrueNAS Core MCP Server, enabling efficient monitoring and management of storage resources.
Instructions
Get detailed status of a specific pool
Args:
pool_name: Name of the pool
Input Schema
Name | Required | Description | Default |
---|---|---|---|
pool_name | Yes |
Input Schema (JSON Schema)
{
"properties": {
"pool_name": {
"title": "Pool Name",
"type": "string"
}
},
"required": [
"pool_name"
],
"title": "get_pool_statusArguments",
"type": "object"
}