Skip to main content
Glama

Teradata MCP Server

Official
by Teradata

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

NameRequiredDescriptionDefault
db_nameYes
obj_nameYes

Input Schema (JSON Schema)

{ "properties": { "db_name": { "title": "Db Name", "type": "string" }, "obj_name": { "title": "Obj Name", "type": "string" } }, "required": [ "db_name", "obj_name" ], "title": "handle_base_columnDescriptionArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Teradata/teradata-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server