SQL Server MCP

by cwilby

rollback-transaction

Revert a specific transaction in Microsoft SQL Server by specifying its ID using this tool, ensuring database integrity and resolving unintended changes.

Instructions

Rollback a transaction

Input Schema

NameRequiredDescriptionDefault
transactionIdYesThe ID of the transaction to rollback.

Input Schema (JSON Schema)

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