MySQL MCP Server

by xiangma9712
Verified

test_execute

Verify SQL execution feasibility and perform rollback. The tool checks if queries can run on a MySQL database via the MySQL MCP Server, ensuring safe testing without data changes.

Instructions

SQLが実行可能か確認し、最後にロールバックします。

Input Schema

NameRequiredDescriptionDefault
sqlYes

Input Schema (JSON Schema)

{ "properties": { "sql": { "type": "string" } }, "required": [ "sql" ], "type": "object" }

You must be authenticated.

Other Tools from MySQL MCP Server

Related Tools

ID: kucglstegf