Skip to main content
Glama

MySQL MCP Server

by michael7736

update_data

Execute SQL UPDATE queries to modify data in a MySQL database table. Supports structured input for precise data updates, ensuring accuracy in database operations.

Instructions

Updates data in a table in the MySQL database.

Input Schema

NameRequiredDescriptionDefault
queryYesThe SQL UPDATE query to execute.

Input Schema (JSON Schema)

{ "properties": { "query": { "description": "The SQL UPDATE query to execute.", "type": "string" } }, "required": [ "query" ], "type": "object" }

You must be authenticated.

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

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