Skip to main content
Glama
bymcs

MS SQL Server MCP Server

by bymcs

Execute Stored Procedure

mssql_execute_stored_procedure

Execute a stored procedure by name in SQL Server, providing schema and input parameters, to trigger the intended database action or retrieve data.

Instructions

Executes a stored procedure by name. ⚠️ May modify data — use only when an action is intended. Schema and procedure names are validated as safe identifiers. Pass all value parameters via 'parameters'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
parametersNoProcedure input parameters (key-value pairs)
schemaNameNoSchema name (default: dbo)dbo
procedureNameYesStored procedure name
response_formatNoOutput format: 'json' for structured data, 'markdown' for human-readable tablesjson
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description adds valuable behavioral context beyond annotations, including the warning about data modification and the note that schema/procedure names are validated as safe identifiers. This enhances safety awareness even though annotations already indicate mutation.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely concise and front-loaded with the main action. The warning and validation note are delivered in just two sentences without any waste, making it easy to parse.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the rich schema descriptions and annotations, the description covers the essential purpose, safety warning, and identifier validation. It does not detail return values, but the response_format parameter in the schema covers output options, making the description adequately complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so parameters are fully documented in the schema. The description only adds 'Pass all value parameters via parameters', which is redundant but confirms usage. It does not add significant meaning beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool executes a stored procedure by name, which is a specific verb+resource. However, it does not explicitly differentiate from the similarly named sibling tool 'mssql_execute_procedure', which could cause confusion.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear context with the warning 'use only when an action is intended', implying it is not for read-only operations. It does not name alternative tools, but the guidance is sufficient for most cases.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/bymcs/mssql-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server