list_custom_fields
Retrieve custom field definitions for an entity type in Propstack. Use this to discover field keys and dropdown options before reading or writing custom field values.
Instructions
List custom field definitions for an entity type in Propstack.
IMPORTANT: Call this tool to discover what custom fields exist before reading or writing custom field values on contacts, properties, etc.
Returns field groups, each containing field definitions with:
name: The API key to use (e.g. "cf_budget_range")
pretty_name: Human-readable label (e.g. "Budget Range")
type: Field type (String, Dropdown, Number, Date, etc.)
options: Available values for Dropdown fields
To READ custom fields: use expand=true on search or get tools. To WRITE custom fields: use partial_custom_fields: {"cf_field_name": "value"}. To FILTER by custom fields: add cf_fieldname=value as a search param.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity | Yes | Entity type to get custom fields for |