SQL Server MCP

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

ID: o4qk49s0sp