Skip to main content
Glama

Teradata MCP Server

Official
by Teradata

dba_databaseSpace

Monitor and retrieve database space allocation details on Teradata MCP Server by specifying a database name or fetching all database space data to manage storage efficiently.

Instructions

Get database space if database name is provided, otherwise get all databases space allocations.

Arguments: db_name - database name

Returns: ResponseType: formatted response with query results + metadata

Input Schema

NameRequiredDescriptionDefault
db_nameYes

Input Schema (JSON Schema)

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