Skip to main content
Glama

Teradata MCP Server

dba_tableUsageImpact

Analyze table and view usage by users to identify which resources drive the highest consumption in Teradata databases.

Instructions

Measure the usage of a table and views by users, this is helpful to understand what user and tables are driving most resource usage at any point in time.

Arguments: database_name - database name to analyze user_name - user name to analyze

Input Schema

NameRequiredDescriptionDefault
database_nameNo
user_nameNo

Input Schema (JSON Schema)

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