Skip to main content
Glama

SQL Server MCP Service

by vini-cius

get_table_schema

Retrieve the complete schema definition for a specified table in SQL Server, including column names, data types, and constraints.

Instructions

Gets the schema of a specific table

Input Schema

NameRequiredDescriptionDefault
schemaNameNoSchema name (default: dbo)dbo
tableNameYesName of the table

Input Schema (JSON Schema)

{ "properties": { "schemaName": { "default": "dbo", "description": "Schema name (default: dbo)", "type": "string" }, "tableName": { "description": "Name of the table", "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/vini-cius/mcp-sqlserver'

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