list_custom_fields
List custom field definitions (schema) for parties, opportunities, or projects (kases). Returns field name, type, and options for list-type fields.
Instructions
List custom field DEFINITIONS for an entity type (parties, opportunities, or projects/kases). Returns the schema — name, type, options for list-type fields, etc. — NOT the values on any specific record. To read values on a record, use get_party / get_opportunity / get_project with embed=fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity | Yes | Which entity type's custom field schema to inspect. Use 'kases' for projects. |