Skip to main content
Glama
montyanderson

transmission-mcp

Get Session Configuration

transmission_get_session
Read-onlyIdempotent

Retrieve 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

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, idempotentHint=true, and destructiveHint=false, so the agent knows it's a safe read operation. The description adds value by detailing the returned information (version, speed limits, etc.) and mentioning error handling ('Returns error if cannot connect'). This goes beyond annotations, though it does not discuss rate limits or auth requirements, which are less critical for a local daemon tool.

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 (general, Args, Returns, Examples, Error Handling). Every sentence serves a purpose, and the most critical information (purpose) is front-loaded. There is no fluff or redundancy, making it highly efficient for an AI agent to parse.

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 tool's simplicity (one parameter, no output schema, comprehensive annotations), the description is complete. It covers functionality, parameters, return values, usage examples, and error handling. No significant gaps are present, and the agent can confidently invoke this tool based on the description alone.

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 coverage is 100% with a clear enum and description for the only parameter (response_format). The description repeats essentially the same info ('Output format (default: 'markdown')') without adding new meaning or constraints. Thus, the description adds minimal value beyond the schema, warranting a baseline score of 3.

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 daemon configuration and settings. It uses specific verbs ('Get', 'retrieves') and explicitly lists the resource ('session configuration'). Among siblings (e.g., transmission_set_session, transmission_get_stats, transmission_get_torrent), this tool is uniquely positioned as a read-only session-wide config reader, which is evident from the title and description.

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 (e.g., 'Show Transmission settings', 'What's my download directory?') that clarify common scenarios. However, it does not explicitly state when not to use this tool or point to alternatives (e.g., transmission_set_session for modifications). While the sibling context helps, the description could be more explicit about exclusions.

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