Skip to main content
Glama

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

TableJSON Schema
NameRequiredDescriptionDefault
levelNoDetail level for help/status. Default: "basic". Valid: "basic", "detailed", "expert"basic
topicNoHelp topic for filtered help. Optional for: help Valid: "torrent", "search", "nlp", "legal", "all"
actionYesThe 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

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description must carry the full burden of behavioral disclosure. The description only discusses the design rationale (portmanteau pattern) and does not reveal what the operations actually do, whether they are read-only, require authentication, or have side effects. Behavioral details are relegated to the schema's action descriptions, leaving the description itself uninformative about tool behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is short and front-loaded with a clear summary sentence, followed by a rationale for the portmanteau pattern. The rationale adds context but is somewhat verbose for a tool description, preventing a perfect score. Overall, it is concise and well-structured, with no major fluff.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The input schema is detailed and an output schema exists, so the description does not need to explain return values. However, the description lacks explicit usage scenarios and behavioral summaries, making it only minimally complete for an agent deciding when and how to invoke the tool. The schema compensates for parameter and action details, but the description itself leaves gaps in context.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, with each parameter (action, level, topic) having detailed descriptions, defaults, and valid values. The description adds no additional parameter semantics beyond what the schema already provides. Since the schema fully documents parameters, the baseline of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description identifies the tool as a comprehensive system management interface that consolidates operations, clearly distinguishing it from domain-specific sibling tools (torrent, search, nlp, legal, workflow). However, it does not enumerate the specific actions, leaving the actual verbs (help, status, health, info, analyze) to the schema. This is clear in scope and domain but not fully explicit about exact operations.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explains that the tool consolidates multiple system operations into one interface, implying it should be used for system management tasks instead of separate tools. However, it provides no explicit 'when to use' vs alternatives, no exclusions, and no guidance on choosing between this and sibling tools. The usage context is implied rather than clearly stated.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sandraschi/rtorrent-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server