Check Free Disk Space
transmission_free_spaceChecks free disk space at a specified path, defaulting to the download directory, to verify storage availability for torrent downloads.
Instructions
Check available disk space at a given path.
This tool checks how much free space is available at the specified path. If no path is provided, it checks the default download directory.
Args:
path (string, optional): Path to check (defaults to download directory)
response_format ('markdown' | 'json'): Output format (default: 'markdown')
Returns: Available free space in bytes and human-readable format
Examples:
Use when: "How much disk space is available?"
Use when: "Check free space in /downloads" -> params with path="/downloads"
Use when: "Do I have enough space for more downloads?"
Error Handling:
Returns error if path doesn't exist or is not accessible
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Path to check free space for (defaults to download directory) | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |