Skip to main content
Glama

Teradata MCP Server

Official
by Teradata

get_cube_cust_cube_db_space_metrics

Analyzes and retrieves Teradata database space metrics, including perm space and table skew percentages, by querying the 'table_skew_pct' cube with specified dimensions and measures.

Instructions

Tool to query the cube 'table_skew_pct'. Get the Teradata database space metrics for tables and databases Expected inputs: dimensions (str): Comma-separated dimension names to group by. Allowed values: - DatabaseName: Name of the database - TableName: Name of the table measures (str): Comma-separated measure names to aggregate (must match cube definition). Allowed values: - current_perm: Object perm space in bytes - peak_perm: Object peak perm space in bytes - table_skew_pct: Object skew percentage Returns: Query result as a formatted response.

Input Schema

NameRequiredDescriptionDefault
dimensionsYes
measuresYes

Input Schema (JSON Schema)

{ "properties": { "dimensions": { "title": "dimensions", "type": "string" }, "measures": { "title": "measures", "type": "string" } }, "required": [ "dimensions", "measures" ], "title": "get_cube_cust_cube_db_space_metricsArguments", "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