Skip to main content
Glama

describe_table

Retrieve detailed metadata for a SQL Server table including columns, data types, indexes, constraints, and relationships to understand database structure.

Instructions

Get comprehensive metadata about a single table including columns, data types, indexes, primary key, foreign keys, check constraints, and default constraints.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
serverNameYesName of the SQL Server to query (use list_servers to see available names)
databaseNameYesName of the database to query (use list_databases to see available databases)
tableNameYesName of the table to describe
schemaNameNoSchema name (default 'dbo')dbo

Latest Blog Posts

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/mbentham/sql-augur'

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