MySQL Database Server
数据与存储by huangfeng19820712
Enable AI models to interact with MySQL databases through a standardized interface. Perform database operations such as querying, executing statements, listing tables, and describing table structures securely and efficiently. Simplify database management with automatic connection handling and prepared statement support.
Tools (7)
connect_dbConnect to MySQL database
queryExecute a SELECT query,can not get table structure,use describe_table tool to get table structure
executeExecute an INSERT, UPDATE, or DELETE query
list_tablesList all tables in the database
describe_tableGet table structure
show_statementExecute a SHOW statement (e.g., SHOW STATUS, SHOW VARIABLES)
explainAnalyze SQL query performance using EXPLAIN