Overview
Features
Query Tool
Execute SELECT queries to read data from the Teradata database. Requires teradata:query and teradata:read scopes. Input: query (string). Returns: array of objects.
Schema Tool - list_db
Lists all databases in the Teradata system. Requires teradata:read scope. Returns: list of databases.
Schema Tool - list_tables
Lists objects in a database. Input: db_name (string). Requires teradata:read scope. Returns: list of database objects under the provided or user default database.
Schema Tool - show_tables_details
Shows detailed information about database tables. Inputs: table_name (string), db_name (string). Requires teradata:read scope. Returns: array of column names and data types.
Analysis Tool - list_missing_values
Lists the top features with missing values in a table. Requires teradata:read scope.
Analysis Tool - list_negative_values
Lists how many features have negative values in a table. Requires teradata:read scope.
Analysis Tool - list_distinct_values
Lists how many distinct categories are there for a column in the table. Requires teradata:read scope.
Analysis Tool - standard_deviation
Computes the mean and standard deviation for a column in a table. Requires teradata:read scope.
Who Is This For?
- LLM developers:Enable LLMs to securely query Teradata and analyze data via MCP endpoints.




