Skip to main content
Glama

MSSQL MCP Server

by NakiriYuuzu

execute-query

Execute SQL queries on Microsoft SQL Server databases, specify result limits, and interact securely via the MSSQL MCP Server's Model Context Protocol interface.

Instructions

執行 SQL 查詢語句

Input Schema

NameRequiredDescriptionDefault
limitNo結果筆數限制 (預設: 100)
queryYes要執行的 SQL 查詢語句

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "limit": { "default": 100, "description": "結果筆數限制 (預設: 100)", "type": "number" }, "query": { "description": "要執行的 SQL 查詢語句", "type": "string" } }, "required": [ "query" ], "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