Skip to main content
Glama

Teradata MCP Server

Official
by Teradata

qlty_rowsWithMissingValues

Identify and retrieve rows containing missing values from a specified table and column in a Teradata database to assess data quality and integrity.

Instructions

Get the rows with missing values in a table.

Arguments: db_name - name of the database table_name - table name to analyze col_name - column name to analyze

Returns: ResponseType: formatted response with query results + metadata

Input Schema

NameRequiredDescriptionDefault
col_nameYes
db_nameYes
table_nameYes

Input Schema (JSON Schema)

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