Skip to main content
Glama

Zaturn

by kdqed
MIT License
54
  • Linux
  • Apple

describe_table

View column details and data types in a specified database table using this tool. Facilitates data analysis by providing structured insights into table schemas.

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" }
Install Server

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