Skip to main content
Glama

Teradata MCP Server

Official
by Teradata

dba_tableUsageImpact

Analyze table and view usage to identify which users and tables are driving the highest resource consumption in a Teradata database. Gain insights to optimize database performance efficiently.

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: db_name - database name to analyze user_name - user name to analyze

Input Schema

NameRequiredDescriptionDefault
db_nameNo
user_nameNo

Input Schema (JSON Schema)

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