Skip to main content
Glama

Trino MCP Server

by stinkgen

inspect_table

Retrieve comprehensive metadata for a specific table, including column details and statistics, by specifying the catalog, schema, and table name in Trino databases.

Instructions

Get detailed metadata about a table. Args: catalog: Catalog name. schema: Schema name. table: Table name. Returns: Dict[str, Any]: Table metadata including columns, statistics, etc.

Input Schema

NameRequiredDescriptionDefault
catalogYes
schemaYes
tableYes

Input Schema (JSON Schema)

{ "properties": { "catalog": { "title": "Catalog", "type": "string" }, "schema": { "title": "Schema", "type": "string" }, "table": { "title": "Table", "type": "string" } }, "required": [ "catalog", "schema", "table" ], "title": "inspect_tableArguments", "type": "object" }

You must be authenticated.

Other Tools from Trino MCP Server

Related Tools

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/stinkgen/trino_mcp'

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