Skip to main content
Glama

Teradata MCP Server

Official
by Teradata

qlty_standardDeviation

Calculate standard deviation of a specified column within a Teradata database table to assess data variability. Input database, table, and column names to retrieve formatted results with metadata for analysis.

Instructions

Get the standard deviation from column 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_standardDeviationArguments", "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