billy_update_bill
Update an existing bill. Pass confirm:true to execute; first call returns a dry-run preview.
Instructions
Update an existing bill. WRITE — requires confirm:true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| patch | 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. |