Skip to main content
Glama

Teradata MCP Server

Official
by Teradata

base_tableUsage

Analyzes table and view usage by users within a schema on Teradata databases, providing insights into actively used database objects and rendering SQL with literals for further analysis.

Instructions

Measure the usage of a table and views by users in a given schema, this is helpful to infer what database objects are most actively used or drive most value via SQLAlchemy, bind parameters if provided (prepared SQL), and return the fully rendered SQL (with literals) in metadata.

Arguments: db_name - Database name

Returns: ResponseType: formatted response with query results + metadata

Input Schema

NameRequiredDescriptionDefault
db_nameNo

Input Schema (JSON Schema)

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