billy_attach_file_to_bill
Link an uploaded file (e.g., receipt PDF) to a designated bill. Requires explicit confirmation (confirm:true) to commit changes.
Instructions
Attach an uploaded file (receipt PDF, etc.) to a bill. WRITE — requires confirm:true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| billId | Yes | ||
| fileId | Yes | ||
| confirm | No | REQUIRED to execute. Pass true to actually run the mutation. Without it, this tool returns a dry-run preview of what would happen — explicit second call with confirm:true is needed to write. |