list_custom_fields
Retrieve custom field definitions for parties, opportunities, or projects. View field names, types, and options without record-specific values.
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. |