mirror of
https://github.com/jmagar/unraid-mcp.git
synced 2026-03-02 00:04:45 -08:00
855 B
855 B
description: Query Unraid storage, shares, and disk information
argument-hint: [action] [additional-args]
Execute the unraid_storage MCP tool with action: $1
Available Actions (6)
Shares & Disks:
shares- List all user shares with sizes and allocationdisks- List all disks in the arraydisk_details- Get detailed info for a specific disk (requires disk identifier)
Logs:
log_files- List available system log fileslogs- Read log file contents (requires log file path)
Example Usage
/unraid-storage shares
/unraid-storage disks
/unraid-storage disk_details disk1
/unraid-storage log_files
/unraid-storage logs /var/log/syslog
Note: Log file paths must start with /var/log/, /boot/logs/, or /mnt/
Use the tool to retrieve the requested storage information and present it clearly.