Skip to main content
Glama

MySQL MCP Server

MIT License
56
1
  • Apple
  • Linux

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

NameRequiredDescriptionDefault
dataYes要插入的数据数组
tableNameYes表名称

Input Schema (JSON Schema)

{ "properties": { "data": { "description": "要插入的数据数组", "items": { "type": "object" }, "type": "array" }, "tableName": { "description": "表名称", "type": "string" } }, "required": [ "tableName", "data" ], "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/pickstar-2002/mysql-mcp'

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