Skip to main content
Glama

Teradata MCP Server

Official
by Teradata

dba_tableSqlList

Retrieve a list of SQL queries executed on a specified table within a defined number of days using the Teradata MCP Server tool. Simplify query analysis and tracking for database management.

Instructions

Get a list of SQL run against a table in the last number of days.

Arguments: table_name - table name no_days - number of days

Returns: ResponseType: formatted response with query results + metadata

Input Schema

NameRequiredDescriptionDefault
no_daysYes
table_nameYes

Input Schema (JSON Schema)

{ "properties": { "no_days": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "title": "No Days" }, "table_name": { "title": "Table Name", "type": "string" } }, "required": [ "table_name", "no_days" ], "title": "handle_dba_tableSqlListArguments", "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