Skip to main content
Glama

Teradata MCP Server

base_readQuery

Execute SQL queries on Teradata databases to retrieve and analyze data with parameter binding support and full SQL rendering in results metadata.

Instructions

Execute a SQL query via SQLAlchemy, bind parameters if provided (prepared SQL), and return the fully rendered SQL (with literals) in metadata.

Arguments: sql - SQL text, with optional bind-parameter placeholders

Returns: ResponseType: formatted response with query results + metadata

Input Schema

NameRequiredDescriptionDefault
sqlNo

Input Schema (JSON Schema)

{ "properties": { "sql": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Sql" } }, "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