mysql_insert
Insert data into MySQL tables using a structured JSON input. Specify the table name and data array to execute the operation efficiently. Part of the MySQL MCP Server for database management.
Instructions
插入数据到表
Input Schema
Name | Required | Description | Default |
---|---|---|---|
data | Yes | 要插入的数据数组 | |
tableName | Yes | 表名称 |