Skip to main content
Glama

Teradata MCP Server

Official
by Teradata

dba_tableSpace

Retrieve table space usage for specific tables or entire databases within Teradata systems. Provide table or database names to generate detailed usage reports and metadata.

Instructions

Get table space used for a table if table name is provided or get table space for all tables in a database if a database name is provided."

Arguments: db_name - database name table_name - table name

Returns: ResponseType: formatted response with query results + metadata

Input Schema

NameRequiredDescriptionDefault
db_nameYes
table_nameYes

Input Schema (JSON Schema)

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