SQL Server MCP

by cwilby

get-table

Retrieve a specific table by name from Microsoft SQL Server using the SQL Server MCP server, enabling direct database interactions for AI assistants.

Instructions

Get a specific table by name

Input Schema

NameRequiredDescriptionDefault
tableNameYesThe name of the table to retrieve

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "tableName": { "description": "The name of the table to retrieve", "type": "string" } }, "required": [ "tableName" ], "type": "object" }

You must be authenticated.

Other Tools from SQL Server MCP

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

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