Skip to main content
Glama

Teradata MCP Server

dba_tableSpace

Retrieve table space usage information for specific tables or all tables within a Teradata database to monitor storage allocation and capacity planning.

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: database_name - database name table_name - table name

Returns: ResponseType: formatted response with query results + metadata

Input Schema

NameRequiredDescriptionDefault
database_nameNo
table_nameNo

Input Schema (JSON Schema)

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