Skip to main content
Glama

MSSQL MCP Server

by Nirmal123K

drop_table

Remove a table from your MSSQL database to delete data and free storage space. Specify the table name to execute this schema operation.

Instructions

Drops a table from the MSSQL Database.

Input Schema

NameRequiredDescriptionDefault
tableNameYesName of the table to drop

Input Schema (JSON Schema)

{ "properties": { "tableName": { "description": "Name of the table to drop", "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/Nirmal123K/mssql-mcp'

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