Get Company Schema
get_company_schemaRetrieve the complete field schema needed for creating or editing companies in Less Annoying CRM. Get all required and optional fields, their types, formats, and custom field indicators before creating a company.
Instructions
Get complete field schema for creating/editing companies.
Returns ALL fields (both fixed system fields and custom fields) with:
name: The parameter name to use in create_contact (with is_company=true)
required: Whether this field must be provided
type: Field type (Text, Array, etc.)
input_format: Exact format expected for the value
is_custom_field: Whether this is a custom field (true) or built-in (false)
notes: Additional guidance for using this field
ALWAYS call this before creating a company to understand what data is needed. Note: Companies are created using create_contact with is_company=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||