Skip to main content
Glama

MSSQL MCP Server

by Nirmal123K

describe_table

Retrieve the schema structure of any MSSQL database table, including column names and data types, to understand table composition for query planning and data analysis.

Instructions

Describes the schema (columns and types) of a specified MSSQL Database table.

Input Schema

NameRequiredDescriptionDefault
tableNameYesName of the table to describe

Input Schema (JSON Schema)

{ "properties": { "tableName": { "description": "Name of the table to describe", "type": "string" } }, "required": [ "tableName" ], "type": "object" }

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/Nirmal123K/mssql-mcp'

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