Skip to main content
Glama

Teradata MCP Server

qlty_missingValues

Identify columns containing missing values in Teradata database tables to assess data quality and completeness for analysis.

Instructions

Get the column names that having missing 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" ], "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/blitzstermayank/MCP'

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