Get Contact Schema
get_contact_schemaRetrieve complete contact field schema, including required fields, types, and input formats, to prepare accurate data before creating or editing contacts.
Instructions
Get complete field schema for creating/editing contacts.
Returns ALL fields (both fixed system fields and custom fields) with:
name: The parameter name to use in create_contact/edit_contact
required: Whether this field must be provided
type: Field type (Text, Array, Date, 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 contact to understand what data is needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||