MySQL MCP Server

delete_data

Execute SQL DELETE queries to remove data from MySQL database tables using the MCP server. Simplify data management by securely deleting records with defined queries.

Instructions

Deletes data from a table in the MySQL database.

Input Schema

NameRequiredDescriptionDefault
queryYesThe SQL DELETE FROM query to execute.

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools from MySQL MCP Server

Related Tools

ID: chaok7d5bx