base_columnDescription
Retrieve and display detailed column information for a specific database table or view using SQLAlchemy, including bind parameters and fully rendered SQL metadata.
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: db_name - Database name obj_name - table or view name
Returns: ResponseType: formatted response with query results + metadata
Input Schema
Name | Required | Description | Default |
---|---|---|---|
db_name | Yes | ||
obj_name | Yes |