Get Column Type Info
get_column_type_infoRetrieve column type details: use 'schema' for structure and validation rules before creating columns, or 'guidelines' for filter and aggregation definitions to build board insights.
Instructions
Retrieves comprehensive information about a specific column type. Use fetchMode "schema" (default) to get the JSON schema definition from the API — use this before creating or updating columns (e.g. create_column) to understand structure, validation rules, and available properties for column settings. Use fetchMode "guidelines" to get only guidelines.filter and guidelines.aggregation for building items_page filters and board insights counts (no schema, no GraphQL round-trip).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| columnType | Yes | The column type to retrieve information for (e.g., "text", "status", "date", "numbers") | |
| fetchMode | No | fetchMode "schema": JSON settings schema only (GraphQL). fetchMode "guidelines": guidelines.filter and guidelines.aggregation only — no GraphQL round-trip. | schema |