Record Receipt from Photo
record_receiptRecord a transaction from a receipt photo, linking the image as proof for expense tracking. Provide vendor, date, total, and optional details.
Instructions
Record a transaction from a receipt photo (PNG, JPG, JPEG). Claude reads the image, you provide the extracted details, and I'll create the transaction with the image linked as proof. This is how you digitize paper receipts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Receipt date (YYYY-MM-DD) | |
| notes | No | Additional notes about this receipt | |
| total | Yes | Total amount on the receipt ($) | |
| vendor | Yes | Vendor/store name (from the receipt) | |
| category | No | Expense category override (e.g., 'office_supplies', 'meals_entertainment') | |
| subtotal | No | Subtotal before tax ($) — if visible on receipt | |
| gst_amount | No | GST amount ($) — if shown separately on receipt | |
| image_path | Yes | Path to the receipt image (PNG, JPG, JPEG) | |
| is_revenue | No | Is this a revenue receipt (payment received)? | |
| line_items | No | Individual items on the receipt (if you want to itemize) | |
| description | No | What was purchased (brief description) |