Skip to main content
Glama

MSSQL MCP Server

by NakiriYuuzu

switch-database

Switch between databases on the MSSQL MCP Server by specifying the target database name. Designed for efficient database management and query execution.

Instructions

切換到指定的資料庫

Input Schema

NameRequiredDescriptionDefault
databaseYes要切換到的資料庫名稱

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "database": { "description": "要切換到的資料庫名稱", "type": "string" } }, "required": [ "database" ], "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