Skip to main content
Glama

Teradata MCP Server

Official
by Teradata

dba_userSqlList

Retrieve SQL query history for a specific user or all users within a specified number of days using the MCP server. Ideal for monitoring and auditing Teradata database activities.

Instructions

Get a list of SQL run by a user in the last number of days if a user name is provided, otherwise get list of all SQL in the last number of days.

Arguments: user_name - user name no_days - number of days

Returns: ResponseType: formatted response with query results + metadata

Input Schema

NameRequiredDescriptionDefault
no_daysYes
user_nameYes

Input Schema (JSON Schema)

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