remarkable_upload
Upload local PDF or EPUB files to your reMarkable tablet, specifying destination folder and document name for organized access.
Instructions
Upload a PDF or EPUB file to the reMarkable tablet. Uploads a local file to the tablet. Only PDF and EPUB formats are supported. Works in all three transports:
Cloud: uploaded via the sync protocol; supports parent_folder + document_name
SSH: transferred over SSH, metadata created; supports parent_folder + document_name
USB web: uploaded via POST /upload; lands at the root (the firmware's upload endpoint has no folder or rename field)
Requires write mode (the default; disabled with --read-only).
file_path: Absolute path to the local PDF or EPUB file
parent_folder: Destination folder path on tablet (default: root "/"). Honored in cloud and SSH modes; ignored by the USB web interface.
document_name: Display name on tablet (default: filename without extension). Honored in cloud and SSH modes; ignored by the USB web interface.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| parent_folder | No | / | |
| document_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |