billy_create_bill
Create a bill in Billy accounting by providing contact, date, currency, and line items. Requires explicit confirmation to execute.
Instructions
Create a new bill. WRITE — requires confirm:true. Shape: { contactId, entryDate, currencyId, lines: [{ accountId, description, amount, taxRateId? }] }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bill | 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. |