Skip to main content
Glama
Teradata

Teradata MCP Server

Official
by Teradata

dba_resusageSummary

Read-onlyIdempotent

Summarize CPU, IO, and Memory usage in Teradata for a specified date range, filtering by user, workload, or application to analyze resource consumption.

Instructions

Get summary of resource usage (CPU, IO, Memory) for a specified date range, broken down by specified dimensions.

Arguments: user_name - User name to filter by. Leave empty for all users. LogDate - Log date to filter by in YYYY-MM-DD format. Leave empty for all dates. dayOfWeek - Day of week to filter by (1=Sunday, 2=Monday, ..., 7=Saturday). Leave empty for all days. hourOfDay - Hour of day to filter by (0-23). Leave empty for all hours. workloadType - Workload type to filter by (e.g., 'Batch', 'Interactive'). Leave empty for all workload types. workloadComplexity - Workload complexity to filter by (e.g., 'Simple', 'Medium', 'Complex'). Leave empty for all complexity levels. AppID - Application ID to filter by. Leave empty for all applications. no_days - Number of days to look back from today (e.g., 7, 30, 90). persist - If True, materializes result as a volatile table and returns table name

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
persistNoIf True, materializes result as a volatile table and returns table name
user_nameNoUser name to filter by. Leave empty for all users.
LogDateNoLog date to filter by in YYYY-MM-DD format. Leave empty for all dates.
dayOfWeekNoDay of week to filter by (1=Sunday, 2=Monday, ..., 7=Saturday). Leave empty for all days.
hourOfDayNoHour of day to filter by (0-23). Leave empty for all hours.
workloadTypeNoWorkload type to filter by (e.g., 'Batch', 'Interactive'). Leave empty for all workload types.
workloadComplexityNoWorkload complexity to filter by (e.g., 'Simple', 'Medium', 'Complex'). Leave empty for all complexity levels.
AppIDNoApplication ID to filter by. Leave empty for all applications.
no_daysNoNumber of days to look back from today (e.g., 7, 30, 90).
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations indicate readOnlyHint and idempotentHint, which the description complements by explaining that setting persist=True materializes results as a volatile table and returns the table name. This adds useful behavioral context beyond the annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise, with a clear first sentence for purpose followed by a structured parameter list. It avoids redundancy, though the parameter list is nearly identical to the schema, slightly reducing efficiency.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description explains the persist behavior and parameter functions but does not describe the return format of the summary. Given the absence of an output schema, this is a notable gap for a tool with 9 parameters.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with detailed descriptions for each parameter. The tool description repeats these descriptions almost verbatim, adding no new semantic meaning. The first line provides 'broken down by specified dimensions,' which is helpful but not enough to raise the score above baseline.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states 'Get summary of resource usage (CPU, IO, Memory) for a specified date range, broken down by specified dimensions.' This verb+resource combination is specific and distinguishes it from sibling tools like dba_databaseSpace or dba_sessionInfo.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description does not explicitly state when to use this tool versus alternatives. It only describes its function, leaving the agent to infer from sibling names. No exclusions or alternative suggestions are provided.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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