billy_create_daybook_transaction
Create a manual journal entry with debit and credit lines. Requires explicit confirmation to write.
Instructions
Create a manual journal entry. WRITE — requires confirm:true. Shape: { daybookId, entryDate, description, lines: [{ accountId, side: 'debit'|'credit', amount, taxRateId? }] }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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. | |
| transaction | Yes |