Skip to main content
Glama

MSSQL MCP Server

by EvilPhatBoi

describe_table

Retrieve the schema, including columns and data types, for a specified table in a Microsoft SQL Server database using the MSSQL MCP Server integration.

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" }
Install Server

Other Tools from MSSQL MCP Server

Related Tools

    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/EvilPhatBoi/McpSqlServer'

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