Skip to main content
Glama
Teradata

Teradata MCP Server

Official
by Teradata

dba_resusageSummary

Retrieve a summary of CPU, IO, and memory usage filtered by user, date, workload, and other dimensions for a specified time period.

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).
Behavior3/5

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

Annotations are absent, so the description carries the burden. It explains the persist parameter materializes a volatile table, implying side effects, but does not disclose read-only nature or require permissions. No mention of rate limits or idempotency.

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 well-structured, starting with purpose and then listing parameters. It is verbose but not excessively so, with no wasted sentences.

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?

With 9 parameters and no output schema, the description explains all inputs and the persist behavior, but fails to describe the output format or the available breakdown dimensions, leaving some ambiguity.

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. The description reiterates these without adding new meaning beyond the schema, so baseline score of 3 is appropriate.

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 explicitly states the tool returns a summary of resource usage (CPU, IO, Memory) with breakdown by dimensions, clearly distinguishing it from sibling tools that focus on tables, queries, or other aspects.

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 details each parameter but provides no guidance on when to use this tool versus alternatives like dba_sessionInfo or dba_featureUsage. No explicit context for selection among siblings.

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