Skip to main content
Glama

MSSQL MCP Server

by NakiriYuuzu

switch-database

Switch to a specified database on the MSSQL MCP Server to manage and query data efficiently. Specify the target database name to facilitate seamless database transitions within the server.

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