Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Trino MCP Server
Claim
by
stinkgen
GitHub
Databases
Search
Research & Data
Python
MIT License
1
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
inspect_table
Copy
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
Name
Required
Description
Default
catalog
Yes
schema
Yes
table
Yes
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" }
Install Server
You must be
authenticated
.
Other Tools
cancel_query
execute_query
inspect_table