upload_local_file
Upload a local file to Yandex Disk (up to 100 MB). Provide the file's local path and destination on the disk, plus optional overwrite.
Instructions
Upload a local file to Yandex Disk (blocking). Use for files under ~100 MB. For large files use upload_local_file_background to avoid timeout.
Args: local_path: Absolute path to the file on the local filesystem. disk_path: Destination path on Yandex Disk (e.g. "/Videos/video.mp4"). overwrite: Overwrite if file already exists on Yandex Disk.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| disk_path | Yes | ||
| overwrite | No | ||
| local_path | Yes |