mysql_mcp_server

by wenb1n-dev
Verified

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" }

You must be authenticated.

Other Tools from mysql_mcp_server

Related Tools

ID: 3w3wd880vr