Get Session Statistics
transmission_get_statsRetrieves 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
| Name | Required | Description | Default |
|---|---|---|---|
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |