billy_create_contact_person
Add a new contact person to an existing contact. Requires confirmation to write; provides a dry-run preview first.
Instructions
Create a contact person. WRITE — requires confirm:true. Shape: { contactId, name, email?, phone?, isPrimary? }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| person | 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. |