Skip to main content
Glama

Teradata MCP Server

Official
by Teradata

dba_resusageSummary

Analyze Teradata system resource usage by aggregating data across dimensions like weekday, hour, workload type, and query complexity. Supports filtering by user, date, day of week, and hour of day.

Instructions

Get the Teradata system usage summary metrics by weekday and hour for each workload type and query complexity bucket.

Arguments: dimensions - list of dimensions to aggregate the resource usage summary. All dimensions are: ["LogDate", "hourOfDay", "dayOfWeek", "workloadType", "workloadComplexity", "UserName", "AppId", "StatementType"] user_name - user name date - Date to analyze, formatted as YYYY-MM-DD dayOfWeek - day of the week to analyze hourOfDay - hour of day to analyze

Input Schema

NameRequiredDescriptionDefault
dateNo
dayOfWeekNo
dimensionsNo
hourOfDayNo
user_nameNo

Input Schema (JSON Schema)

{ "properties": { "date": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Date" }, "dayOfWeek": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Dayofweek" }, "dimensions": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Dimensions" }, "hourOfDay": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Hourofday" }, "user_name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "User Name" } }, "title": "handle_dba_resusageSummaryArguments", "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