MySQL MCP Server

insert_data

Execute SQL INSERT INTO queries to add data into MySQL database tables using the MySQL MCP Server, enabling efficient data management.

Instructions

Inserts data into a table in the MySQL database.

Input Schema

NameRequiredDescriptionDefault
queryYesThe SQL INSERT INTO query to execute.

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools from MySQL MCP Server

Related Tools

ID: chaok7d5bx