set_column_display_name
Set a column's display name to a human-readable label for clearer identification in the user interface.
Instructions
Set the display name shown in the UI for a column.
This is a convenience tool for setting just the display name. For setting multiple display properties at once (name, markdown_name, etc.), use set_display_annotation with a column_name parameter instead.
Args: table_name: Name of the table containing the column. column_name: Name of the column to update. display_name: Human-readable name to display in the UI.
Returns: JSON with status, table_name, column_name, display_name.
Example: set_column_display_name("Subject", "DOB", "Date of Birth")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_name | Yes | ||
| column_name | Yes | ||
| display_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |