Skip to main content
Glama

MySql MCP Server

set_readonly

Control database access by enabling or disabling read-only mode for MySQL databases to restrict write operations or allow updates as needed.

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" }

Other Tools from MySql MCP Server

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/sussa3007/mysql-mcp'

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