mirror of
https://github.com/jmagar/unraid-mcp.git
synced 2026-03-02 00:04:45 -08:00
32 lines
855 B
Markdown
32 lines
855 B
Markdown
---
|
|
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 allocation
|
|
- `disks` - List all disks in the array
|
|
- `disk_details` - Get detailed info for a specific disk (requires disk identifier)
|
|
|
|
**Logs:**
|
|
- `log_files` - List available system log files
|
|
- `logs` - 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.
|