Skip to main content
Glama

Teradata MCP Server

Official
by Teradata

read_SQL_list

Retrieve SQL query history for a specific user or all users within a specified timeframe using this tool. Simplify database monitoring and analysis on the Teradata MCP Server.

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.

Input Schema

NameRequiredDescriptionDefault
no_daysNonumber of days to look back
user_nameNouser name

Input Schema (JSON Schema)

{ "properties": { "no_days": { "default": 7, "description": "number of days to look back", "title": "No Days", "type": "integer" }, "user_name": { "default": "", "description": "user name", "title": "User Name", "type": "string" } }, "title": "read_SQL_listArguments", "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