Skip to main content
Glama

MySQL MCP Server

MIT License
  • Apple
  • Linux

mysql_update

Update MySQL table data using specific conditions and values. Simplifies modifying database records through structured input for efficient data management in MySQL MCP Server.

Instructions

更新表数据

Input Schema

NameRequiredDescriptionDefault
dataYes要更新的数据
tableNameYes表名称
whereYes更新条件

Input Schema (JSON Schema)

{ "properties": { "data": { "description": "要更新的数据", "type": "object" }, "tableName": { "description": "表名称", "type": "string" }, "where": { "description": "更新条件", "type": "object" } }, "required": [ "tableName", "data", "where" ], "type": "object" }

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