base_columnDescription
Retrieve detailed column information for a specified database table using SQLAlchemy, including bind parameters and fully rendered SQL, within the Teradata MCP Server environment.
Instructions
Shows detailed column information about a database table via SQLAlchemy, bind parameters if provided (prepared SQL), and return the fully rendered SQL (with literals) in metadata.
Arguments: database_name - Database name obj_name - table or view name
Returns: ResponseType: formatted response with query results + metadata
Input Schema
Name | Required | Description | Default |
---|---|---|---|
database_name | Yes | ||
obj_name | Yes |