clients_from_registry
Look up a company by its Romanian tax ID (CUI) in the ANAF registry and create a client record with all available details auto-filled, including name, address, and VAT status.
Instructions
Create a client by looking up a CUI in the ANAF registry and auto-filling all available details (name, address, VAT status, registration number, etc.). Use this instead of clients_create when you only have a CUI and want the company details resolved automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cui | Yes | Company tax ID / CUI to look up and create a client from | |
| name | No | Fallback name if ANAF does not return one | |
| companyId | No | Company UUID override (uses active company if not set) |