attach_file_to_transaction
Attach a local file (image or PDF) to a transaction to provide supporting documentation. The file is read from your computer's filesystem.
Instructions
Attach a local file (max 10MB) to a transaction. Allowed types: image/jpeg, image/png, image/heic, image/heif, application/pdf. The file is read from the local filesystem of the host running this MCP server.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| transaction_id | Yes | ID of the transaction to attach the file to. | |
| file_path | Yes | Absolute or relative path to the file on the local filesystem. | |
| content_type | No | MIME type. If omitted, the server infers it from the file extension. | |
| notes | No | Optional notes describing the attachment. |