Skip to main content
Glama

Teradata MCP Server

dba_userSqlList

Retrieve SQL queries executed by specific users or all users within a specified time period to monitor database activity and analyze query patterns.

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_daysNo
user_nameYes

Input Schema (JSON Schema)

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

If you have feedback or need assistance with the MCP directory API, please join our Discord server