Skip to main content
Glama

Zaturn

by kdqed
MIT License
57
  • Linux
  • Apple

describe_table

Analyze table structures by listing columns and their data types within a specified data source for better data understanding and query optimization.

Instructions

Lists columns and their types in the specified table of specified data source.

Input Schema

NameRequiredDescriptionDefault
source_idYesThe data source
table_nameYesThe table in the data source

Input Schema (JSON Schema)

{ "properties": { "source_id": { "description": "The data source", "title": "Source Id", "type": "string" }, "table_name": { "description": "The table in the data source", "title": "Table Name", "type": "string" } }, "required": [ "source_id", "table_name" ], "type": "object" }

Other Tools from Zaturn

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/kdqed/zaturn'

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