Skip to main content
Glama

Teradata MCP Server

Official
by Teradata

base_tableDDL

Generate and retrieve the full DDL definition of a specified table in Teradata databases, including rendered SQL with literals, using SQLAlchemy and provided bind parameters for precise metadata extraction.

Instructions

Displays the DDL definition of a table via SQLAlchemy, bind parameters if provided (prepared SQL), and return the fully rendered SQL (with literals) in metadata.

Arguments: db_name - Database name table_name - table name

Returns: ResponseType: formatted response with query results + metadata

Input Schema

NameRequiredDescriptionDefault
db_nameYes
table_nameYes

Input Schema (JSON Schema)

{ "properties": { "db_name": { "title": "Db Name", "type": "string" }, "table_name": { "title": "Table Name", "type": "string" } }, "required": [ "db_name", "table_name" ], "title": "handle_base_tableDDLArguments", "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