get_table_column_comments
Retrieve column comments for a specified table in Doris MCP Server. Input the table name and optional database name to access metadata insights efficiently.
Instructions
[Function Description]: Get comment information for all columns in the specified table.
[Parameter Content]:
- table_name (string) [Required] - Name of the table to query
- db_name (string) [Optional] - Target database name, defaults to the current database
Input Schema
Name | Required | Description | Default |
---|---|---|---|
db_name | No | ||
table_name | Yes |