send_to_kindle
Send a document to your Kindle via Amazon's Send-to-Kindle email. Provide Markdown content or a file path (MD, PDF, EPUB) to deliver it to your device.
Instructions
Send a document to the configured Kindle via Amazon Send-to-Kindle email.
Provide exactly one of content or file_path:
file_path— path to an existing .md, .pdf, or .epub file to send.content— Markdown text; it is written to a temp file, converted to EPUB with pandoc, and sent.
title becomes the email subject, which Amazon uses as the document name
on the Kindle. Returns a human-readable success or error message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| content | No | ||
| file_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |