Skip to main content
Glama

MSSQL MCP Server

by NakiriYuuzu

describe-table

Analyze and retrieve the structure of a specified table, including field details, in Microsoft SQL Server databases using schema and table name inputs.

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