Skip to main content
Glama

Teradata MCP Server

Official
by Teradata

qlty_negativeValues

Identify columns with negative values in a specified Teradata table to ensure data quality. Input database and table names to receive formatted results with query output and metadata for analysis.

Instructions

Get the column names that having negative values in a table.

Arguments: database_name - name of the database table_name - table name to analyze

Returns: ResponseType: formatted response with query results + metadata

Input Schema

NameRequiredDescriptionDefault
database_nameYes
table_nameYes

Input Schema (JSON Schema)

{ "properties": { "database_name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "title": "Database Name" }, "table_name": { "title": "Table Name", "type": "string" } }, "required": [ "database_name", "table_name" ], "title": "handle_qlty_negativeValuesArguments", "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