Skip to main content
Glama

MySQL MCP Server

MIT License
56
1
  • Apple
  • Linux

mysql_delete

Delete specific data from MySQL tables by defining the table name and conditions using the 'mysql_delete' tool. Simplify database management with targeted data removal.

Instructions

删除表数据

Input Schema

NameRequiredDescriptionDefault
tableNameYes表名称
whereYes删除条件

Input Schema (JSON Schema)

{ "properties": { "tableName": { "description": "表名称", "type": "string" }, "where": { "description": "删除条件", "type": "object" } }, "required": [ "tableName", "where" ], "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