set_table_display_name
Set a table's UI display name directly. Provide the table name and desired label to update how it appears in the catalog interface.
Instructions
Set the display name shown in the UI for a table.
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 instead.
Args: table_name: Name of the table to update. display_name: Human-readable name to display in the UI.
Returns: JSON with status, table_name, display_name.
Example: set_table_display_name("Image", "Medical Images")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_name | Yes | ||
| display_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |