send_postcard
Send physical postcards worldwide by providing an image URL and message. The tool prints and mails cards to real addresses using prepaid balance with volume-based pricing.
Instructions
Send a physical postcard that will be printed and mailed to a real address. Price depends on volume tier based on lifetime top-up (from $0.72–$1.99 USA, $1.99–$2.99 international). Charged from the user's prepaid Postcard.bot balance. Use check_balance to see current pricing tier before sending. Requires an image URL (publicly accessible) and a message (max 350 characters).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipient (mailing) address | |
| from | Yes | Sender (return) address | |
| message | Yes | Message text for the back of the postcard (max 350 characters) | |
| image_url | Yes | URL of the image for the front of the postcard. Must be a publicly accessible HTTPS URL. Recommended minimum resolution: 1875x1275 pixels. |