billy_update_contact
Update an existing contact's details. Run as a dry-run preview first; pass confirm:true to commit changes.
Instructions
Update an existing contact. 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. |