Skip to main content
Glama

Teradata MCP Server

qlty_rowsWithMissingValues

Identify and retrieve table rows containing missing values in specified columns to support data quality assessment and cleaning processes.

Instructions

Get the rows with missing values in a table.

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

Returns: ResponseType: formatted response with query results + metadata

Input Schema

NameRequiredDescriptionDefault
column_nameYes
database_nameYes
table_nameYes

Input Schema (JSON Schema)

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