Skip to main content
Glama
montyanderson

transmission-mcp

Get Session Statistics

transmission_get_stats
Read-onlyIdempotent

Retrieves Transmission session statistics including current and cumulative download/upload totals, active torrents, and speeds.

Instructions

Get Transmission session statistics including current and cumulative data.

This tool retrieves statistics about the current and all-time Transmission usage, including download/upload totals, active torrents, and speeds.

Args:

  • response_format ('markdown' | 'json'): Output format (default: 'markdown')

Returns: Statistics including:

  • Current session: Active/paused torrents, current speeds

  • Session totals: Downloaded/uploaded bytes, files added, duration

  • All-time totals: Cumulative statistics across all sessions

Examples:

  • Use when: "Show me download statistics"

  • Use when: "How much have I downloaded total?"

  • Use when: "What's my current upload speed?"

Error Handling:

  • Returns error if cannot connect to Transmission daemon

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
response_formatNoOutput format: 'markdown' for human-readable or 'json' for machine-readablemarkdown
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the description's addition of error handling ('Returns error if cannot connect to Transmission daemon') provides useful behavioral context beyond annotations. No contradictions.

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

Conciseness5/5

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

The description is well-structured with clear sections: overview, args, returns, examples, error handling. Each sentence adds value with no wasted words. Front-loaded with the main purpose.

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

Completeness5/5

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

Given the simplicity of the tool (1 optional parameter, no output schema), the description covers all necessary aspects: purpose, return structure, usage hints, and error handling. It is complete for effective use.

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?

The input schema has 100% coverage with a single parameter (response_format) fully described. The description restates the parameter in Args but adds no new semantics beyond the schema's enum, default, and description.

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

Purpose5/5

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

The description clearly states the tool retrieves Transmission session statistics, specifying current and cumulative data including download/upload totals, active torrents, and speeds. The verb 'get' and resource 'session statistics' are specific and distinct from sibling tools like transmission_get_session.

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

Usage Guidelines4/5

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

The description provides concrete usage examples ('Show me download statistics', 'How much have I downloaded total?', 'What's my current upload speed?'), giving clear context. However, it lacks explicit when-not-to-use guidance or alternative tool references.

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/montyanderson/transmission-mcp'

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