billy_approve_invoice
Approve a draft invoice to move it from draft to approved status. Requires a confirmation step to ensure intentional action before sending or marking as paid.
Instructions
Approve a draft invoice (draft → approved). WRITE — requires confirm:true. Required before sending or marking paid.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | 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. |