List Custom Properties
kaiten_list_custom_propertiesList all custom properties defined in a Kaiten company workspace. Use the returned type info to know how to pass values when updating cards.
Instructions
List company-wide custom property definitions (custom fields). In Kaiten, custom properties are global per company/workspace, not per space. The type field on each property determines the value shape when writing via kaiten_update_card.properties: string | number | date | select id | multi_select ids[] | user id | catalog uid | tree uid | etc. Endpoint: GET /company/custom-properties.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| verbosity | No | Detail: raw|min(default)|normal|max | min |