Get Session Configuration
transmission_get_sessionRetrieve current Transmission daemon configuration including speed limits, download directory, and seeding settings for monitoring and adjustments.
Instructions
Get Transmission daemon configuration and settings.
This tool retrieves the current configuration of the Transmission daemon, including speed limits, download directory, and seeding settings.
Args:
response_format ('markdown' | 'json'): Output format (default: 'markdown')
Returns: Complete session configuration including:
Version information
Download directory
Speed limits (regular and alternative)
Seed ratio settings
Port and network configuration
Examples:
Use when: "Show Transmission settings"
Use when: "What's my download directory?"
Use when: "Check current speed limits"
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 |