system_management
Perform rTorrent system operations: access help, check status, run health checks, view server information, and analyze repository structure.
Instructions
Comprehensive system management portmanteau tool.
PORTMANTEAU PATTERN RATIONALE: Instead of creating 5+ separate tools (one per operation), this tool consolidates related system operations into a single interface. Prevents tool explosion (5 tools → 1 tool) while maintaining full functionality and improving discoverability. Follows FastMCP 2.12+ best practices.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| level | No | Detail level for help/status. Default: "basic". Valid: "basic", "detailed", "expert" | basic |
| topic | No | Help topic for filtered help. Optional for: help Valid: "torrent", "search", "nlp", "legal", "all" | |
| action | Yes | The system operation to perform. Must be one of: - "help": Get help documentation (optional: topic, level) - "status": Get quick system status (no params required) - "health": Detailed health check with metrics (no params required) - "info": Get server info and configuration (no params required) - "analyze": Analyze repository structure (no params required) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||