SQL Server MCP

by cwilby

get-stored-procedure

Retrieve a specific stored procedure by its name from a Microsoft SQL Server database using the SQL Server MCP, enabling streamlined database interactions for AI assistants.

Instructions

Get a specific stored procedure by name

Input Schema

NameRequiredDescriptionDefault
procedureNameYesThe name of the stored procedure to retrieve

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "procedureName": { "description": "The name of the stored procedure to retrieve", "type": "string" } }, "required": [ "procedureName" ], "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