Skip to main content
Glama

MySQL MCP Server

MIT License
56
1
  • Apple
  • Linux

mysql_export_data

Export MySQL table data to CSV or JSON files by specifying the table name, file path, and query conditions. Manage database exports efficiently with this tool on the MySQL MCP Server.

Instructions

导出表数据到文件

Input Schema

NameRequiredDescriptionDefault
filePathYes导出文件路径
formatYes导出格式
tableNameYes表名称
whereNo查询条件(可选)

Input Schema (JSON Schema)

{ "properties": { "filePath": { "description": "导出文件路径", "type": "string" }, "format": { "description": "导出格式", "enum": [ "csv", "json" ], "type": "string" }, "tableName": { "description": "表名称", "type": "string" }, "where": { "description": "查询条件(可选)", "type": "string" } }, "required": [ "tableName", "filePath", "format" ], "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