run_sql_query
Execute SELECT queries on a MySQL database using the MCP server to retrieve data in JSON format. Designed for read-only operations to ensure data security and integrity.
Instructions
执行只读 SQL 查询(仅限 SELECT 语句)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query | Yes | 要执行的 SQL SELECT 查询语句 |