Skip to main content
Glama

MSSQL MCP Server

by NakiriYuuzu

describe-table

Retrieve and analyze the structure of specified tables in Microsoft SQL Server, including column details and schema information, to streamline database management and query optimization.

Instructions

查看指定資料表的欄位結構

Input Schema

NameRequiredDescriptionDefault
schemaNameNo結構描述名稱 (預設: dbo)dbo
tableNameYes資料表名稱

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "schemaName": { "default": "dbo", "description": "結構描述名稱 (預設: dbo)", "type": "string" }, "tableName": { "description": "資料表名稱", "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/NakiriYuuzu/Mssql-Mcp'

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