Skip to main content
Glama

mysql_mcp_server

by wenb1n-dev

get_chinese_initials

Convert Chinese field names to their pinyin initials during table creation in MySQL. Simplifies database schema design by automating the transformation of Chinese characters into usable identifiers.

Instructions

创建表结构时,将中文字段名转换为拼音首字母字段

Input Schema

NameRequiredDescriptionDefault
textYes要获取拼音首字母的汉字文本,以“,”分隔

Input Schema (JSON Schema)

{ "properties": { "text": { "description": "要获取拼音首字母的汉字文本,以“,”分隔", "type": "string" } }, "required": [ "text" ], "type": "object" }
Install Server

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/wenb1n-dev/mysql_mcp_server_pro'

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