clients_create
Add a new client manually, supporting both company and individual types. Capture contact, tax, and banking details; company data can be pre-filled from ANAF or registry lookups.
Instructions
Create a new client manually. Supports both company and individual client types. Company details (address, VAT, bank account, etc.) can be auto-filled using clients_anaf_lookup or clients_from_registry before calling this tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cnp | No | Personal numeric code / CNP (for individual type) | |
| cui | No | Company tax ID / CUI (for company type) | |
| city | No | City | |
| name | Yes | Client name (company or individual full name) | |
| type | No | Client type: "company" (default) or "individual" | |
| No | Client email address | ||
| notes | No | Internal notes about the client | |
| phone | No | Client phone number | |
| county | No | County / state | |
| address | No | Street address | |
| country | No | ISO 3166-1 alpha-2 country code (default: RO) | |
| vatCode | No | VAT registration code (e.g., RO12345678) | |
| bankName | No | Bank name | |
| currency | No | Preferred currency for this client (ISO 4217, e.g., EUR, USD, RON) | |
| idNumber | No | Client identification number (personal ID, passport, etc.) | |
| companyId | No | Company UUID override (uses active company if not set) | |
| isVatPayer | No | Whether the client is registered for VAT | |
| postalCode | No | Postal / ZIP code | |
| bankAccount | No | IBAN or bank account number | |
| contactPerson | No | Name of the primary contact person | |
| registrationNumber | No | Trade registry number (e.g., J40/1234/2020) | |
| defaultPaymentTermDays | No | Default payment term in days for invoices issued to this client |