Skip to main content
Glama
Teradata

Teradata MCP Server

Official
by Teradata

dba_databaseSpace

Retrieve database space allocation for one or all databases in Teradata, with optional materialization to a volatile table for further analysis.

Instructions

Get database space allocation for a specific database or all databases.

Arguments: database_name - Database name. Leave empty or omit for all databases. 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
database_nameNoDatabase name. Leave empty or omit for all databases.
Behavior3/5

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

No annotations are provided, so the description must disclose behavior. It explains the effect of the persist parameter (materializes as volatile table) and that omitting database_name returns all databases. However, it does not state whether the operation is read-only or any side effects, leaving some gaps.

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

Conciseness5/5

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

The description is concise with two sentences plus argument listings, all front-loaded. No extraneous information; every sentence adds value.

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 tool has no output schema and only two parameters. The description covers both parameters and the core purpose, but does not specify the return format or columns of the space allocation data, which would be helpful for an agent. Adequate but lacking return details.

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 description coverage is 100%, so the schema already documents the parameters. The description adds minor additional context (e.g., 'Leave empty or omit for all databases') but does not significantly enrich beyond the schema. Baseline 3 applies.

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 the tool retrieves database space allocation, specifying a specific database or all databases. This verb+resource structure is distinct from sibling tools like dba_systemSpace and dba_tableSpace.

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 explains when to use the tool (for space allocation) and how to use the database_name argument (leave empty for all), but does not provide explicit guidance on when to prefer this over siblings or conditions to avoid.

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