createBusinessEntity
createBusinessEntityCreate a new business entity with name, address, contact details, tax configuration, and logo. User confirmation is enforced via an approval gate.
Instructions
Creates a new business entity in the system with various attributes including name, address, contact details, tax configuration, and logo. Host enforces user confirmation via the approval gate; do NOT ask the user to re-confirm before calling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Business Entity Name (required). | |
| No | Business Entity email address (optional). | ||
| phone_number | No | Business Entity phone number with country code (optional). | +911234567890 |
| is_default | No | Whether this is the default business entity (defaults to false). | |
| logo_url | No | Business Entity logo URL (optional). | |
| tax_config | No | Business Entity tax configuration as JSON object (optional). | |
| address_line1 | No | Address line 1 (optional). | |
| address_line2 | No | Address line 2 (optional). | |
| address_line3 | No | Address line 3 (optional). | |
| address_city | No | Address city (optional). | |
| address_state | No | Address state (optional). | |
| address_zipCode | No | Address zip code (optional). | |
| address_country | No | Address country (optional). | |
| __userContext | No | Internal user context for multi-tenant authentication and approval workflow |