MySql MCP Server

by sussa3007
Verified

set_readonly

Control database access by setting read-only mode to restrict write operations, ensuring data integrity and protection against unwanted changes.

Instructions

Enable or disable read-only mode

Input Schema

NameRequiredDescriptionDefault
readonlyYesSet to true to enable read-only mode, false to disable

Input Schema (JSON Schema)

{ "properties": { "readonly": { "description": "Set to true to enable read-only mode, false to disable", "type": "boolean" } }, "required": [ "readonly" ], "type": "object" }

You must be authenticated.

Other Tools from MySql MCP Server

Related Tools

ID: o2hcex46qi